Skip to content

Commit

Permalink
Default Page model reference update for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdekruijk committed Oct 13, 2020
1 parent 9302e80 commit 89767d8
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 @@ -141,7 +141,7 @@
'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
'sub_showall' => true, # When sub_navigation is shown a 'Show all' menu item is added first
'index' => 'title,date,head,slug,home,menuitem',
'model' => 'App\Page',
'model' => 'App\Models\Page',
'orderBy' => 'sort',
'sortable' => true,
'active' => 'active',
Expand Down

0 comments on commit 89767d8

Please sign in to comment.