Skip to content

Commit 1e4b7d2

Browse files
committed
Merge pull request laravel#1572 from antonybudianto/patch-3
Add missing use App\User
2 parents c7aea74 + a4c44ee commit 1e4b7d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hashing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ You may hash a password by calling the `make` method on the `Hash` facade:
2020
namespace App\Http\Controllers;
2121

2222
use Hash;
23+
use App\User;
2324
use Illuminate\Http\Request;
2425
use App\Http\Controllers\Controller;
2526

0 commit comments

Comments
 (0)