10 lines
322 B
PHP
10 lines
322 B
PHP
|
|
<?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
|
||
|
|
'page_model_class' => 'Backpack\PageManager\app\Models\Page',
|
||
|
|
];
|