@@ -36,7 +36,7 @@ |
||
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | $getter = \Closure::bind( |
| 39 | - function ($property) { |
|
| 39 | + function($property) { |
|
| 40 | 40 | return $this->{$property}; |
| 41 | 41 | }, |
| 42 | 42 | $object, |