Skip to content

Commit de74dc2

Browse files
authored
Change getL10nFilesForApp to public visibility
1 parent e73a2b0 commit de74dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/L10N/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ private function isSubDirectory($sub, $parent) {
554554
*
555555
* @return string[]
556556
*/
557-
private function getL10nFilesForApp(string $app, string $lang): array {
557+
public function getL10nFilesForApp(string $app, string $lang): array {
558558
$languageFiles = [];
559559

560560
$i18nDir = $this->findL10nDir($app);

0 commit comments

Comments
 (0)