Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Disable Custom Permissions Seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Aug 4, 2022
1 parent 81592d4 commit 806f93d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion database/seeders/CustomPermissionSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CustomPermissionSeeder extends Seeder
* Run the database seeds.
*
* @return void
*/
private $link = [
'administration.people.initTable',
'administration.people.tableData',
Expand Down Expand Up @@ -66,4 +66,7 @@ public function run()
}
}
}
**/

}

0 comments on commit 806f93d

Please sign in to comment.