We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -36,11 +36,11 @@ |
||
36 | 36 | $this->crud->allowAccess('forceDelete'); |
37 | 37 | $this->crud->allowAccess('restore'); |
38 | 38 | |
39 | - $this->crud->operation('forceDelete', function () { |
|
39 | + $this->crud->operation('forceDelete', function() { |
|
40 | 40 | $this->crud->loadDefaultOperationSettingsFromConfig(); |
41 | 41 | }); |
42 | 42 | |
43 | - $this->crud->operation('list', function () { |
|
43 | + $this->crud->operation('list', function() { |
|
44 | 44 | $this->crud->addButton('line', 'restore', 'view', 'crud::buttons.restore', 'end'); |
45 | 45 | $this->crud->addButton('line', 'force-delete', 'view', 'crud::buttons.force-delete', 'end'); |
46 | 46 |