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

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

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

Loading…
Cancel
Save