@@ -59,7 +59,7 @@ |
||
59 | 59 | $hasKey = in_array($entityName, $this->translationModelKeys()); |
60 | 60 | |
61 | 61 | if ($hasKey) { |
62 | - return ! empty($hasKey); |
|
62 | + return !empty($hasKey); |
|
63 | 63 | } |
64 | 64 | |
65 | 65 | return false; |