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 — belongs-to-many-save-duplicate... ( ca7a94 )
by Pedro
12:45
created
src/app/Library/CrudPanel/Traits/Create.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
                                 if(isset($value[$keyName])) {
155 155
                                     $relation->newPivot()->where($keyName, $value[$keyName])->update($this->preparePivotAttributesForUpdate($value, $relation));
156 156
                                 } else {
157
-                                   $relation->newPivot()->create($this->preparePivotAttributesForCreate($value, $relation, $item->getKey()));
157
+                                    $relation->newPivot()->create($this->preparePivotAttributesForCreate($value, $relation, $item->getKey()));
158 158
                                 }
159 159
                             }
160 160
                             break;
Please login to merge, or discard this patch.