added new migrations and models
This commit is contained in:
@@ -14,6 +14,6 @@ class DatabaseSeeder extends Seeder
|
||||
$this->call(UserSeeder::class);
|
||||
$this->call(AdminSeeder::class);
|
||||
$this->call(RolePermissionSeeder::class);
|
||||
// $this->call(MenusTableSeeder::class);
|
||||
$this->call(MenuSeeder::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user