changes
This commit is contained in:
@ -12,11 +12,13 @@ class DatabaseSeeder extends Seeder
|
||||
*/
|
||||
public function run(): void
|
||||
{
|
||||
$this->call(RoleSeeder::class);
|
||||
$this->call(UserSeeder::class);
|
||||
$this->call(ProvinceSeeder::class);
|
||||
$this->call(NewsTypeSeeder::class);
|
||||
$this->call(NewsCategorySeeder::class);
|
||||
$this->call(HoroscopeSeeder::class);
|
||||
$this->call(WebsiteSettingSeeder::class);
|
||||
$this->call(AdsCategorySeeder::class);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user