@@ -87,7 +87,7 @@ |
||
| 87 | 87 | $this->addModelToCollection($i, $child); |
| 88 | 88 | } |
| 89 | 89 | |
| 90 | - return $this->sets->values()->map(function (ViewableContract $child) { |
|
| 90 | + return $this->sets->values()->map(function(ViewableContract $child) { |
|
| 91 | 91 | return $child->setViewParent($this->parent)->renderView(); |
| 92 | 92 | }); |
| 93 | 93 | } |