Skip to content

Commit

Permalink
Adjust default brokers
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed May 29, 2020
1 parent 31fd49d commit 0d3bd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/users.php
Expand Up @@ -74,8 +74,8 @@
*/

'passwords' => [
'resets' => 'resets',
'activations' => 'resets',
'resets' => config('auth.defaults.passwords'),
'activations' => config('auth.defaults.passwords'),
],

];

0 comments on commit 0d3bd8f

Please sign in to comment.