Skip to content

Commit

Permalink
remove seed part already done in migration
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
  • Loading branch information
v1r0x committed Nov 7, 2023
1 parent f1b1715 commit 2e12d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/seeders/DemoSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function run()
$this->call(ThConceptNotesTableSeeder::class);
$this->call(ThConceptNotesMasterTableSeeder::class);

$this->call(PermissionsTableSeeder::class);
// $this->call(PermissionsTableSeeder::class);
$this->call(RolesTableSeeder::class);
$this->call(PermissionRoleTableSeeder::class);
$this->call(RoleUserTableSeeder::class);
Expand Down

0 comments on commit 2e12d6b

Please sign in to comment.