We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -30,11 +30,11 @@ |
||
| 30 | 30 | { |
| 31 | 31 | $this->crud->allowAccess('delete'); |
| 32 | 32 | |
| 33 | - LifecycleHook::hookInto('delete:before_setup', function () { |
|
| 33 | + LifecycleHook::hookInto('delete:before_setup', function() { |
|
| 34 | 34 | $this->crud->loadDefaultOperationSettingsFromConfig(); |
| 35 | 35 | }); |
| 36 | 36 | |
| 37 | - LifecycleHook::hookInto(['list:before_setup', 'show:before_setup'], function () { |
|
| 37 | + LifecycleHook::hookInto(['list:before_setup', 'show:before_setup'], function() { |
|
| 38 | 38 | $this->crud->addButton('line', 'delete', 'view', 'crud::buttons.delete', 'end'); |
| 39 | 39 | }); |
| 40 | 40 | } |