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

Commit

Permalink
Merge pull request #21 from vitoo/patch-1
Browse files Browse the repository at this point in the history
Fix User class namespace
  • Loading branch information
Mulkave authored Oct 31, 2017
2 parents 82b8e90 + f658d22 commit fe57493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
'providers' => [
'users' => [
'driver' => 'eloquent',
'model' => App\User::class,
'model' => Framework\User::class,
],

// 'users' => [
Expand Down

0 comments on commit fe57493

Please sign in to comment.