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

Test Setup Failed
Pull Request — master (#3272)
by
unknown
23:00
created
src/app/Library/CrudPanel/Traits/Create.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@
 block discarded – undo
215 215
         if ($relationData['values'][$relationMethod][0] !== null) {
216 216
             //we add the new values into the relation
217 217
             $modelInstance->whereIn($modelInstance->getKeyName(), $relationData['values'][$relationMethod])
218
-           ->update([$relation->getForeignKeyName() => $item->{$relation->getLocalKeyName()}]);
218
+            ->update([$relation->getForeignKeyName() => $item->{$relation->getLocalKeyName()}]);
219 219
 
220 220
             //we clear up any values that were removed from model relation.
221 221
             //if developer provided a fallback id, we use it
Please login to merge, or discard this patch.