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