add blig seeder for permission

BE.bouncer
aliqasemi 4 years ago
parent 8242e846fe
commit 6fe227aa8c

@ -131,10 +131,6 @@
{ {
"type": "path", "type": "path",
"url": "./modules/wm-notification" "url": "./modules/wm-notification"
},
{
"type": "path",
"url": "./modules/wm-admin"
} }
] ]
} }

480
composer.lock generated

File diff suppressed because it is too large Load Diff

@ -12,15 +12,15 @@ class DatabaseSeeder extends Seeder
*/ */
public function run() public function run()
{ {
$this->call(UserSeeder::class); /*$this->call(UserSeeder::class);
$this->call(BusinessSeeder::class); $this->call(BusinessSeeder::class);
$this->call(CategorySeeder::class); $this->call(CategorySeeder::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(ModuleSeeder::class);*/
$this->call(PermissionCategorySeeder::class); $this->call(PermissionCategorySeeder::class);
$this->call(RoleSeeder::class); //$this->call(RoleSeeder::class);
} }
} }

Loading…
Cancel
Save