call(AdminUsersTableSeeder::class); $this->call(AdminMenusTableSeeder::class); $this->call(AdminRolesTableSeeder::class); $this->call(AdminPermissionsTableSeeder::class); $this->call(AdminRoleUserTableSeeder::class); $this->call(AdminRoleMenuTableSeeder::class); $this->call(AdminPermissionMenuTableSeeder::class); $this->call(AdminPermissionRoleTableSeeder::class); } }