Skip to content

Commit 86d0947

Browse files
committed
Merge pull request laravel#1571 from antonybudianto/patch-2
Add missing use App\User
2 parents 1e4b7d2 + 1b5f2a7 commit 86d0947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

encryption.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ For example, we may use the `encrypt` method to encrypt a secret and store it on
2222
namespace App\Http\Controllers;
2323

2424
use Crypt;
25+
use App\User;
2526
use Illuminate\Http\Request;
2627
use App\Http\Controllers\Controller;
2728

0 commit comments

Comments
 (0)