We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4da2c commit 69cecb4Copy full SHA for 69cecb4
src/Mariuzzo/LaravelJsLocalization/Generators/LangJsGenerator.php
@@ -122,7 +122,7 @@ protected function getMessages($noSort)
122
$path = $this->sourcePath;
123
124
if (!$this->file->exists($path)) {
125
- throw new \Exception("${path} doesn't exists!");
+ throw new \Exception("{$path} doesn't exists!");
126
}
127
128
foreach ($this->file->allFiles($path) as $file) {
0 commit comments