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