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