Skip to content

Commit

Permalink
Laravel 9.x default user model class (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
hihuangwei authored Mar 4, 2022
1 parent fd842b5 commit 6ff196d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/versionable.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
/**
* The model class for user.
*/
'user_model' => \App\User::class,
'user_model' => \App\Models\User::class,
];

0 comments on commit 6ff196d

Please sign in to comment.