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

@ -89,7 +89,7 @@
"repositories": [
{
"type": "path",
"url": "./modules/wm-crm"
"url": "./modules/crm"
},
{
"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()
{
$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