@@ -53,7 +53,7 @@ |
||
53 | 53 | { |
54 | 54 | foreach ($flatReferences as $locale => $flatReferenceString) { |
55 | 55 | if (!$flatReferenceString) { |
56 | - throw new \InvalidArgumentException('Homepage setting value cannot be empty. Value for locale ' . $locale . ' is missing.'); |
|
56 | + throw new \InvalidArgumentException('Homepage setting value cannot be empty. Value for locale '.$locale.' is missing.'); |
|
57 | 57 | } |
58 | 58 | } |
59 | 59 | } |