We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -130,7 +130,9 @@ |
||
| 130 | 130 | } |
| 131 | 131 | |
| 132 | 132 | foreach ($repeatableDefinitions as $model => $uploaderTypes) { |
| 133 | - $repeatableDefinition = app('UploadStore')->getUploadFor('repeatable')::for($crudObject)->uploads(...$uploaderTypes); |
|
| 133 | + $repeatableDefinition = app('UploadStore')->getUploadFor('repeatable')::for($crudObject) { |
|
| 134 | + ->uploads(...$uploaderTypes); |
|
| 135 | + } |
|
| 134 | 136 | $this->setupModelEvents($model, $repeatableDefinition); |
| 135 | 137 | } |
| 136 | 138 | } |