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(ScoreCategorySeeder::class); $this->call(SCitySeeder::class); } }