Upgrade to Laravel 10

This commit is contained in:
James Cole
2023-02-24 05:53:32 +01:00
parent bcaf6402b5
commit 8f66c93ad0
5 changed files with 346 additions and 540 deletions

View File

@@ -65,7 +65,6 @@ class AuthServiceProvider extends ServiceProvider
}
);
$this->registerPolicies();
Passport::tokensExpireIn(now()->addDays(14));
}
}