Skip to content

Commit

Permalink
Use facade instead of class.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 22, 2015
1 parent 37a497d commit f421873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a name="introduction"></a>
## 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.

Expand Down

0 comments on commit f421873

Please sign in to comment.