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
Pull Request — main (#4988)
by Pedro
36:58 queued 21:58
created
src/app/Library/CrudPanel/Uploads/RegisterUploadEvents.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,9 @@
 block discarded – undo
135 135
         }
136 136
 
137 137
         foreach ($repeatableDefinitions as $model => $uploaderTypes) {
138
-            $repeatableDefinition = app('UploadStore')->getUploadFor('repeatable', $uploadDefinition['uploadersGroup'] ?? null)::for($crudObject)->uploads(...$uploaderTypes);
138
+            $repeatableDefinition = app('UploadStore')->getUploadFor('repeatable', $uploadDefinition['uploadersGroup'] ?? null)::for($crudObject) {
139
+                ->uploads(...$uploaderTypes);
140
+            }
139 141
             $this->setupModelEvents($model, $repeatableDefinition);
140 142
         }
141 143
     }
Please login to merge, or discard this patch.