added new migrations and models

This commit is contained in:
Jagad R R
2024-12-11 12:29:37 +07:00
parent 0168f5b32f
commit fc5372a181
21 changed files with 436 additions and 7 deletions
+1 -1
View File
@@ -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);
}
}