This commit is contained in:
tanch0
2024-06-20 16:42:33 +05:45
parent 5554837c97
commit adfc826e9c
46 changed files with 2385 additions and 70 deletions

View File

@ -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);
}
}