force the seeder
This commit is contained in:
parent
e965b5f5c4
commit
e6f02d0679
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ return new class extends Migration
|
|||
|
||||
Artisan::call('db:seed', [
|
||||
'--class' => 'PermissionsSeeder',
|
||||
'--force' => true
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue