We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 8 | class TagCrudController extends CrudController |
||
| 9 | { |
||
| 10 | use \Backpack\CRUD\app\Http\Controllers\Operations\ListOperation; |
||
| 11 | use \Backpack\CRUD\app\Http\Controllers\Operations\CreateOperation; |
||
| 12 | use \Backpack\CRUD\app\Http\Controllers\Operations\UpdateOperation; |
||
| 13 | use \Backpack\CRUD\app\Http\Controllers\Operations\DeleteOperation; |
||
| 14 | |||
| 15 | public function setup() |
||
| 22 | |||
| 23 | protected function setupCreateOperation() |
||
| 27 | |||
| 28 | protected function setupUpdateOperation() |
||
| 32 | } |
||
| 33 |