Browse Source

force the seeder

1day2die 2 năm trước cách đây
mục cha
commit
e6f02d0679
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      database/migrations/2023_05_05_090127_role_power.php

+ 1 - 0
database/migrations/2023_05_05_090127_role_power.php

@@ -20,6 +20,7 @@ return new class extends Migration
 
         Artisan::call('db:seed', [
             '--class' => 'PermissionsSeeder',
+            '--force' => true
         ]);
     }