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 (#136)
by Owen
03:20
created
src/app/Http/Controllers/CrudFeatures/CheckUnique.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -29,10 +29,10 @@
 block discarded – undo
29 29
             } else {
30 30
                 $response['message'] = $this->crud->entity_name.' '.trans('backpack::crud.unique_exists');
31 31
                 $response['meta'] = [
32
-                   'link' => url($this->crud->route.'/'.$existing_entity->getKey().'/edit'),
33
-                   'snippet' => $display_name ? $existing_entity->{$display_name} : $this->crud->entity_name,
34
-                   'entity_key' => $existing_entity->getKey(),
35
-               ];
32
+                    'link' => url($this->crud->route.'/'.$existing_entity->getKey().'/edit'),
33
+                    'snippet' => $display_name ? $existing_entity->{$display_name} : $this->crud->entity_name,
34
+                    'entity_key' => $existing_entity->getKey(),
35
+                ];
36 36
             }
37 37
         }
38 38
 
Please login to merge, or discard this patch.