1
0
Fork 0

Update AuthServiceProvider

This commit is contained in:
Daniel Supernault 2018-12-31 22:48:45 -07:00
parent 06cf24eb20
commit 2ed9de6912
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 3 additions and 3 deletions

View File

@ -25,10 +25,10 @@ class AuthServiceProvider extends ServiceProvider
{ {
$this->registerPolicies(); $this->registerPolicies();
Passport::routes(); // Passport::routes();
Passport::tokensExpireIn(now()->addDays(15)); // Passport::tokensExpireIn(now()->addDays(15));
Passport::refreshTokensExpireIn(now()->addDays(30)); // Passport::refreshTokensExpireIn(now()->addDays(30));
} }
} }