Skip to content

Commit

Permalink
Add db connection param for password-resets table too
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte committed Apr 21, 2019
1 parent bb50933 commit 1e1f16d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
'passwords' => [
'users' => [
'provider' => 'users',
'connection' => env('TENANCY_TENANT_CONNECTION_NAME', Hyn\Tenancy\Database\Connection::DEFAULT_TENANT_NAME),
'table' => 'password_resets',
'expire' => 60,
],
Expand Down

0 comments on commit 1e1f16d

Please sign in to comment.