fix config/auth.php (忘記密碼功能尚未處理)

This commit is contained in:
Yuan Chiu 2018-08-07 23:14:32 +08:00
parent 36fecb5d9e
commit 21f7367b7e

View File

@ -14,7 +14,7 @@ return [
*/ */
'defaults' => [ 'defaults' => [
'guard' => 'web', 'guard' => 'receivers-web',
'passwords' => 'receivers', 'passwords' => 'receivers',
], ],