create(); // \App\Models\User::factory()->create([ // 'name' => 'Test User', // 'email' => 'test@example.com', // ]); $this->call([ //AdminUserSeeder::class, DiseaseSeeder::class, DiseaseRecordSeeder::class, AddPrimaryAdmin::class, // other seeders here ]); } }