Skip to content

Commit 1b5f2a7

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

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)