Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit fe57493

Browse files
authored
Merge pull request #21 from vitoo/patch-1
Fix User class namespace
2 parents 82b8e90 + f658d22 commit fe57493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
'providers' => [
6868
'users' => [
6969
'driver' => 'eloquent',
70-
'model' => App\User::class,
70+
'model' => Framework\User::class,
7171
],
7272

7373
// 'users' => [

0 commit comments

Comments
 (0)