Skip to content

Commit 89767d8

Browse files
committed
Default Page model reference update for Laravel 8
1 parent 9302e80 commit 89767d8

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
@@ -141,7 +141,7 @@
141141
'sub_navigation' => 'title', # Column to show in subnavigation, only used with treeview and only items with parent 0 or null with children will be shown
142142
'sub_showall' => true, # When sub_navigation is shown a 'Show all' menu item is added first
143143
'index' => 'title,date,head,slug,home,menuitem',
144-
'model' => 'App\Page',
144+
'model' => 'App\Models\Page',
145145
'orderBy' => 'sort',
146146
'sortable' => true,
147147
'active' => 'active',

0 commit comments

Comments
 (0)