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 ( 720f43...6dff2a )
by Pedro
12:34
created
src/app/Library/CrudPanel/Traits/Relationships.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -387,7 +387,7 @@
 block discarded – undo
387 387
                 $model = $model->$part();
388 388
                 
389 389
                 if(! is_a($model, \Illuminate\Database\Eloquent\Relations\Relation::class, true)) {
390
-                   return true;
390
+                    return true;
391 391
                 }
392 392
 
393 393
                 $model = $model->getRelated();
Please login to merge, or discard this patch.