@@ -106,7 +106,7 @@ |
||
| 106 | 106 | private function classGetters($class) |
| 107 | 107 | { |
| 108 | 108 | $methods = get_class_methods($class); |
| 109 | - return array_filter($methods, function ($value) use ($methods) { |
|
| 109 | + return array_filter($methods, function($value) use ($methods) { |
|
| 110 | 110 | if ($value == 'getErrors') { |
| 111 | 111 | return false; |
| 112 | 112 | } |