Skip to content

Commit a4c44ee

Browse files
Add missing use App\User
1 parent c7aea74 commit a4c44ee

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)