@@ -171,8 +171,8 @@ |
||
| 171 | 171 | */ |
| 172 | 172 | private function slugPatternLanguages() |
| 173 | 173 | { |
| 174 | - $langs = []; |
|
| 175 | - $patterns = [ $this->slugPattern(), $this->slugPrefix(), $this->slugSuffix() ]; |
|
| 174 | + $langs = []; |
|
| 175 | + $patterns = [$this->slugPattern(), $this->slugPrefix(), $this->slugSuffix()]; |
|
| 176 | 176 | foreach ($patterns as $pattern) { |
| 177 | 177 | if ($pattern instanceof TranslationString) { |
| 178 | 178 | $langs = array_merge($langs, $pattern->all()); |