@@ -174,7 +174,7 @@ |
||
174 | 174 | */ |
175 | 175 | public function addDomain(string $domain, ?string $path = null): self |
176 | 176 | { |
177 | - if ($path === null) { |
|
177 | + if ($path === null) { |
|
178 | 178 | $path = $this->config->get('translation_path'); |
179 | 179 | } |
180 | 180 |