This commit is contained in:
tanch0
2024-06-16 00:15:09 +05:45
parent cb99bedac6
commit fcbaa0f679
647 changed files with 401 additions and 1780 deletions

View File

@ -15,5 +15,6 @@ class DatabaseSeeder extends Seeder
$this->call(UserSeeder::class);
$this->call(ProvinceSeeder::class);
$this->call(NewsTypeSeeder::class);
$this->call(NewsCategorySeeder::class);
}
}