@@ -147,7 +147,7 @@ |
||
147 | 147 | return true; |
148 | 148 | } |
149 | 149 | |
150 | - return false; |
|
150 | + return false; |
|
151 | 151 | })->isNotEmpty(); |
152 | 152 | } |
153 | 153 |
@@ -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 |