pull/107/head
behmaram 4 years ago
parent 1b77c7c332
commit 742a4cdd23

@ -12,14 +12,14 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
$this->call(UserSeeder::class);
$this->call(BusinessSeeder::class);
$this->call(ModuleSeeder::class);
$this->call(CategorySeeder::class);
$this->call(BusinessSeeder::class);
$this->call(UserSeeder::class);
$this->call(CitySeeder::class);
$this->call(DistrictSeeder::class);
$this->call(DomainSeeder::class);
$this->call(HelpSeeder::class);
$this->call(ModuleSeeder::class);
$this->call(PermissionCategorySeeder::class);
$this->call(RoleSeeder::class);
}

Loading…
Cancel
Save