Browse Source

Merge pull request #3823 from crynobone/feature/notification

[5.3] Password broker would always use notifications::email view.
Taylor Otwell 7 years ago
parent
commit
c0898cc71a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      config/auth.php

+ 0 - 1
config/auth.php

@@ -98,7 +98,6 @@ return [
     'passwords' => [
         'users' => [
             'provider' => 'users',
-            'email' => 'auth.emails.password',
             'table' => 'password_resets',
             'expire' => 60,
         ],