Update AuthServiceProvider

pull/735/head
Daniel Supernault 6 years ago
parent 06cf24eb20
commit 2ed9de6912
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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));
} }
} }

Loading…
Cancel
Save