Skip to content

Commit 9c9b3f2

Browse files
fergthhthemsaid
authored andcommitted
Fixed StyleCI (again)
1 parent 06fb5ae commit 9c9b3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/MissingCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ private function getTranslationInDefaultLocaleFor($missingKey)
128128

129129
$filePath = $this->manager->files()[$file][config('app.locale')];
130130

131-
return config('app.locale') . ":{$this->manager->getFileContent($filePath)[$key]}";
131+
return config('app.locale') . ":{$this->manager->getFileContent($filePath)[$key]}";
132132
} catch (\Exception $e) {
133133
return "Sorry. File Language not exists for default locale.";
134134
}

0 commit comments

Comments
 (0)