We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -41,11 +41,11 @@ |
||
41 | 41 | { |
42 | 42 | $this->crud->allowAccess('create'); |
43 | 43 | |
44 | - $this->crud->operation('create', function () { |
|
44 | + $this->crud->operation('create', function() { |
|
45 | 45 | $this->crud->loadDefaultOperationSettingsFromConfig(); |
46 | 46 | }); |
47 | 47 | |
48 | - $this->crud->operation('list', function () { |
|
48 | + $this->crud->operation('list', function() { |
|
49 | 49 | $this->crud->addButton('top', 'create', 'view', 'crud::buttons.create'); |
50 | 50 | }); |
51 | 51 | } |