| Total Complexity | 2 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class ManagerCrudController extends CrudController |
||
| 8 | { |
||
| 9 | use \Backpack\CRUD\app\Http\Controllers\Operations\ListOperation; |
||
|
|
|||
| 10 | use \Backpack\CRUD\app\Http\Controllers\Operations\UpdateOperation; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Prepare the admin interface by setting the associated |
||
| 14 | * model, setting the route, and adding custom columns/fields. |
||
| 15 | * |
||
| 16 | * @return void |
||
| 17 | */ |
||
| 18 | public function setup() : void |
||
| 23 | } |
||
| 24 | |||
| 25 | public function setupListOperation() |
||
| 47 |