update config file

This commit is contained in:
Taylor Otwell
2019-02-19 21:58:25 -05:00
parent cfc2220109
commit d201c69a8b

View File

@@ -44,6 +44,7 @@ return [
'api' => [ 'api' => [
'driver' => 'token', 'driver' => 'token',
'provider' => 'users', 'provider' => 'users',
'hash' => false,
], ],
], ],