Skip to content

Commit 9604551

Browse files
committed
import full class
1 parent 7756bf7 commit 9604551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: passwords.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ In your `auth.php` configuration file, you may configure multiple "guards", whic
6868

6969
In your `auth.php` configuration file, you may configure multiple password "brokers", which may be used to reset passwords on multiple user tables. You can customize the included `ForgotPasswordController` and `ResetPasswordController` to use the broker of your choice by overriding the `broker` method:
7070

71-
use Password;
71+
use Illuminate\Support\Facades\Password;
7272

7373
/**
7474
* Get the broker to be used during password reset.

0 commit comments

Comments
 (0)