Skip to content

Commit

Permalink
Default User model reference update for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdekruijk committed Sep 28, 2020
1 parent 868d8fc commit 9302e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
'view' => 'admin::model',
'icon' => 'fa-users',
'title_nl' => 'Gebruikers',
'model' => 'App\User',
'model' => 'App\Models\User',
'index' => 'email,name,admin_role',
'orderBy' => 'created_at',
'columns' => [
Expand Down

0 comments on commit 9302e80

Please sign in to comment.