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

Completed
Pull Request — master (#710)
by Cristian
07:14
created
src/app/Http/Controllers/CrudFeatures/AjaxTable.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -63,9 +63,9 @@
 block discarded – undo
63 63
         // add the details_row buttons as the first column
64 64
         if ($this->crud->details_row) {
65 65
             array_unshift($row_items, \View::make('crud::columns.details_row_button')
66
-                                           ->with('crud', $this->crud)
67
-                                           ->with('entry', $entry)
68
-                                           ->render());
66
+                                            ->with('crud', $this->crud)
67
+                                            ->with('entry', $entry)
68
+                                            ->render());
69 69
         }
70 70
 
71 71
         return $row_items;
Please login to merge, or discard this patch.