We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -135,7 +135,9 @@ |
||
| 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 | } |