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

Commit

Permalink
Fix User class namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
harris21 committed Oct 31, 2017
1 parent ca56386 commit 8a3d4ba
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 8a3d4ba

Please sign in to comment.