pull/154/head
saeid 2 years ago
parent efc6264fdd
commit 9a9dc60b7b

@ -89,7 +89,7 @@
"repositories": [ "repositories": [
{ {
"type": "path", "type": "path",
"url": "./modules/wm-crm" "url": "./modules/crm"
}, },
{ {
"type": "path", "type": "path",

11738
composer.lock generated

File diff suppressed because it is too large Load Diff

@ -12,15 +12,12 @@ class DatabaseSeeder extends Seeder
*/ */
public function run() public function run()
{ {
$this->call(ModuleSeeder::class); $this->call(CoreSeeder::class);
$this->call(CategorySeeder::class); $this->call(CommonSeeder::class);
$this->call(BusinessSeeder::class); $this->call(CRMSeeder::class);
$this->call(UserSeeder::class); $this->call(ProductSeeder::class);
$this->call(CitySeeder::class); $this->call(StoreSeeder::class);
$this->call(DistrictSeeder::class); $this->call(ServiceSeeder::class);
$this->call(DomainSeeder::class); $this->call(FinanceSeeder::class);
$this->call(HelpSeeder::class);
$this->call(PermissionCategorySeeder::class);
$this->call(RoleSeeder::class);
} }
} }

Loading…
Cancel
Save