2018-12-18 06:55:20 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
// Change this class if you wish to extend PageCrudController
|
|
|
|
|
'admin_controller_class' => 'Backpack\PageManager\app\Http\Controllers\Admin\PageCrudController',
|
|
|
|
|
|
|
|
|
|
// Change this class if you wish to extend the Page model
|
2020-04-07 14:34:05 +00:00
|
|
|
'page_model_class' => 'App\Models\Page',
|
2018-12-18 06:55:20 +00:00
|
|
|
];
|