Skip to content

Commit 118db74

Browse files
committed
fix file creation
1 parent d5f2801 commit 118db74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function getTranslations(
7676
};
7777
}
7878

79-
return new PhpTranslations;
79+
return $this->getNewTranslationsCollection($namespace);
8080
}
8181

8282
protected function getTranslationsFileContent(

0 commit comments

Comments
 (0)