|
@@ -11,10 +11,8 @@ class DatabaseSeeder extends Seeder
|
|
|
*/
|
|
*/
|
|
|
public function run()
|
|
public function run()
|
|
|
{
|
|
{
|
|
|
- $this->call(UserTableSeeder::class);
|
|
|
|
|
- $this->call(IconTableSeeder::class);
|
|
|
|
|
|
|
+
|
|
|
$this->call(AdvertsTableSeeder::class);
|
|
$this->call(AdvertsTableSeeder::class);
|
|
|
- $this->call(ArticleTagTableSeeder::class);
|
|
|
|
|
$this->call(ArticlesTableSeeder::class);
|
|
$this->call(ArticlesTableSeeder::class);
|
|
|
$this->call(CategoriesTableSeeder::class);
|
|
$this->call(CategoriesTableSeeder::class);
|
|
|
$this->call(DistrictsTableSeeder::class);
|
|
$this->call(DistrictsTableSeeder::class);
|