create(); User::factory()->create([ 'name' => 'Test User', 'email' => 'test@example.com', ]); $this->call(ProfileSeeder::class); $this->call(HospitalUnitSeeder::class); $this->call(DepartmentSeeder::class); $this->call(MedicalReportSeeder::class); } }