Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Passed
Push — next ( d901ea...c80d63 )
by Cristian
17:46
created
src/app/View/Components/Datatable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.