@@ -129,9 +129,9 @@ |
||
129 | 129 | if (is_object($data)) { |
130 | 130 | $getter = $path; |
131 | 131 | if (substr($path, 0, 2) != 'is') { |
132 | - $getter = 'get' . self::classify($path); |
|
132 | + $getter = 'get'.self::classify($path); |
|
133 | 133 | if (!is_callable([$data, $getter])) { |
134 | - $getter = 'is' . self::classify($path); |
|
134 | + $getter = 'is'.self::classify($path); |
|
135 | 135 | } |
136 | 136 | if (!is_callable([$data, $getter])) { |
137 | 137 | $getter = self::classify($path); |