Skip to content

Commit 9302e80

Browse files
committed
Default User model reference update for Laravel 8
1 parent 868d8fc commit 9302e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
'view' => 'admin::model',
232232
'icon' => 'fa-users',
233233
'title_nl' => 'Gebruikers',
234-
'model' => 'App\User',
234+
'model' => 'App\Models\User',
235235
'index' => 'email,name,admin_role',
236236
'orderBy' => 'created_at',
237237
'columns' => [

0 commit comments

Comments
 (0)