@@ -37,7 +37,7 @@ |
||
37 | 37 | */ |
38 | 38 | public function createGetFromModelClosure() |
39 | 39 | { |
40 | - return function($getter, $propVal){ |
|
40 | + return function($getter, $propVal) { |
|
41 | 41 | $val = null; |
42 | 42 | |
43 | 43 | if ($getter !== null) { |