Merge pull request 'fix' (#107) from fix-seeder into dev

Reviewed-on: WillaEngine-Project/WillaEngine#107
pull/108/head
saeid_01 3 years ago
commit f52f531369

@ -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