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 — dont-call-mutators-as-methods ( ad2f89 )
by Pedro
16:07
created
src/app/Library/CrudPanel/Traits/Relationships.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -384,7 +384,7 @@
 block discarded – undo
384 384
                 $model = $model->$part();
385 385
                 
386 386
                 if(! is_a($model, \Illuminate\Database\Eloquent\Relations\Relation::class, true)) {
387
-                   return false;
387
+                    return false;
388 388
                 }
389 389
 
390 390
                 $model = $model->getRelated();
Please login to merge, or discard this patch.