Merge branch 'php8' into role

This commit is contained in:
xiaomlove
2022-08-18 01:19:10 +08:00
8 changed files with 34 additions and 12 deletions
-3
View File
@@ -41,9 +41,6 @@ class AuthServiceProvider extends ServiceProvider
return new NexusWebGuard($app['request'], new NexusWebUserProvider());
});
// Bouncer::useAbilityModel(Permission::class);
// Bouncer::useRoleModel(Role::class);
// Bouncer::useUserModel(User::class);
}
private function getUserByCookie($cookie)