fix: add global seeder

dev
saeid 2 years ago
parent a0570fa149
commit 23ef28994c

@ -12,15 +12,12 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
$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(PermissionCategorySeeder::class);
$this->call(RoleSeeder::class);
$this->call(CoreSeeder::class);
$this->call(CommonSeeder::class);
$this->call(CRMSeeder::class);
$this->call(ProductSeeder::class);
$this->call(StoreSeeder::class);
$this->call(ServiceSeeder::class);
$this->call(FinanceSeeder::class);
}
}

Loading…
Cancel
Save