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 — crud-uploads ( ec86b4...807268 )
by Pedro
13:22 queued 13s
created
src/app/Library/CrudPanel/Uploads/RegisterUploadEvents.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,9 @@
 block discarded – undo
131 131
         }
132 132
 
133 133
         foreach ($repeatableDefinitions as $model => $uploaderTypes) {
134
-            $repeatableDefinition = app('UploadStore')->getUploadFor('repeatable', $uploadDefinition['uploaders'] ?? null)::for($crudObject)->uploads(...$uploaderTypes);
134
+            $repeatableDefinition = app('UploadStore')->getUploadFor('repeatable', $uploadDefinition['uploaders'] ?? null)::for($crudObject) {
135
+                ->uploads(...$uploaderTypes);
136
+            }
135 137
             $this->setupModelEvents($model, $repeatableDefinition);
136 138
         }
137 139
     }
Please login to merge, or discard this patch.