This commit is contained in:
2026-04-01 11:42:32 +10:00
parent 53e8ada76d
commit e47fd8cbcd
7 changed files with 160 additions and 6 deletions
+1 -6
View File
@@ -15,11 +15,6 @@ class DatabaseSeeder extends Seeder
*/
public function run(): void
{
// User::factory(10)->create();
User::factory()->create([
'name' => 'Test User',
'email' => 'test@example.com',
]);
$this->call(AirlinesSeeder::class);
}
}