Skip to content

Commit 89517a1

Browse files
committed
fix
1 parent 4821cc1 commit 89517a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drivers/PhpDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function getTranslations(string $locale): PhpTranslations
9999
->all();
100100

101101
return new PhpTranslations(
102-
PhpTranslations::prepareTranslations($values)
102+
PhpTranslations::prepareTranslations($values) ?? []
103103
);
104104
}
105105

0 commit comments

Comments
 (0)