Ich Ich, gros commit
This commit is contained in:
@ -11,6 +11,9 @@ class DatabaseSeeder extends Seeder
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
// $this->call(UsersTableSeeder::class);
|
||||
$this->call(UsersTableSeeder::class);
|
||||
$this->call(RaceTableSeeder::class);
|
||||
$this->call(KartTableSeeder::class);
|
||||
$this->call(PilotTableSeeder::class);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user