@@ -143,7 +143,7 @@ |
||
143 | 143 | |
144 | 144 | $method_name = $this->camelCaseToSnack($method_name); |
145 | 145 | |
146 | - if ($method_name === $attribute) { |
|
146 | + if ($method_name === $attribute) { |
|
147 | 147 | return true; |
148 | 148 | } |
149 | 149 |