Update auth config

This commit is contained in:
Daniel Supernault 2018-12-31 23:30:00 -07:00
parent edb12964f6
commit cdc7207297
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ return [
],
'api' => [
'driver' => 'passport',
'driver' => 'token',
'provider' => 'users',
],
],