@@ -25,7 +25,7 @@ |
||
| 25 | 25 | $this->from = $from; |
| 26 | 26 | $this->to = $to; |
| 27 | 27 | $this->relation = $relation; |
| 28 | - $this->setter = function (string $property, $value): void { |
|
| 28 | + $this->setter = function(string $property, $value): void { |
|
| 29 | 29 | $this->$property = $value; |
| 30 | 30 | }; |
| 31 | 31 | } |