mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
update dependencies basic
This commit is contained in:
@@ -55,7 +55,7 @@ class AuthServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
$this->registerPolicies();
|
||||
// $this->registerPolicies();
|
||||
if (class_exists(Passport::class)) {
|
||||
Passport::useClientModel(OauthClient::class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user