@@ -137,6 +137,9 @@ |
||
| 137 | 137 | $this->children = $this->applyValueToElements($value, $this->children); |
| 138 | 138 | } |
| 139 | 139 | |
| 140 | + /** |
|
| 141 | + * @param Collection $value |
|
| 142 | + */ |
|
| 140 | 143 | protected function applyValueToElements($value, Collection $children) |
| 141 | 144 | { |
| 142 | 145 | return $children->map(function ($child) use ($value) { |