|
|
@@ -12,7 +12,9 @@ class DatabaseSeeder extends Seeder
|
|
|
public function run()
|
|
|
{
|
|
|
|
|
|
+
|
|
|
$this->call(AdvertsTableSeeder::class);
|
|
|
+ $this->call(ArticleTagTableSeeder::class);
|
|
|
$this->call(ArticlesTableSeeder::class);
|
|
|
$this->call(CategoriesTableSeeder::class);
|
|
|
$this->call(DistrictsTableSeeder::class);
|