Upload file
This commit is contained in:
@@ -14,8 +14,8 @@ class DatabaseSeeder extends Seeder
|
||||
public function run()
|
||||
{
|
||||
// \App\Models\User::factory(10)->create();
|
||||
//$this->call(PermissionSeeder::class);
|
||||
//$this->call(RolesTableSeeder::class);
|
||||
// $this->call(PermissionSeeder::class);
|
||||
// $this->call(RolesTableSeeder::class);
|
||||
$this->call(UsersTableSeeder::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user