We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | ); |
| 38 | 38 | } |
| 39 | 39 | |
| 40 | - if (! $this->crud->has('list.datatablesUrl')) { |
|
| 40 | + if (!$this->crud->has('list.datatablesUrl')) { |
|
| 41 | 41 | $this->crud->set('list.datatablesUrl', $this->crud->getRoute()); |
| 42 | 42 | } |
| 43 | 43 | |