diff --git a/hashing.md b/hashing.md index 9bd02e55170..9dd38765466 100644 --- a/hashing.md +++ b/hashing.md @@ -6,7 +6,7 @@ ## Introduction -The Laravel `Hash` class provides secure Bcrypt hashing for storing user passwords. If you are using the `AuthController` controller that is included with your Laravel application, it will be take care of verifying the Bcrypt password against the un-hashed version provided by the user. +The Laravel `Hash` facade provides secure Bcrypt hashing for storing user passwords. If you are using the `AuthController` controller that is included with your Laravel application, it will be take care of verifying the Bcrypt password against the un-hashed version provided by the user. Likewise, the user `Registrar` service that ships with Laravel makes the proper `bcrypt` function call to hash stored passwords.