We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -29,12 +29,12 @@ |
||
29 | 29 | { |
30 | 30 | $this->crud->allowAccess('delete'); |
31 | 31 | |
32 | - $this->crud->operation('delete', function () { |
|
32 | + $this->crud->operation('delete', function() { |
|
33 | 33 | $this->crud->loadDefaultOperationSettingsFromConfig(); |
34 | 34 | }); |
35 | 35 | |
36 | - if (! in_array('Backpack\Pro\Http\Controllers\Operations\TrashOperation', class_uses_recursive($this))) { |
|
37 | - $this->crud->operation(['list', 'show'], function () { |
|
36 | + if (!in_array('Backpack\Pro\Http\Controllers\Operations\TrashOperation', class_uses_recursive($this))) { |
|
37 | + $this->crud->operation(['list', 'show'], function() { |
|
38 | 38 | $this->crud->addButton('line', 'delete', 'view', 'crud::buttons.delete', 'end'); |
39 | 39 | }); |
40 | 40 | } |