You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!$loaderinstanceof SymfonyTranslationLoader && !$loaderinstanceof TranslationLoader) {
57
63
thrownew \LogicException('Second parameter of FileStorage must be a Symfony translation loader or implement Translation\SymfonyStorage\TranslationLoader');
@@ -64,6 +70,7 @@ public function __construct(TranslationWriter $writer, $loader, array $dir)
64
70
$this->writer = $writer;
65
71
$this->loader = $loader;
66
72
$this->dir = $dir;
73
+
$this->options = $options;
67
74
}
68
75
69
76
/**
@@ -141,10 +148,12 @@ public function import(MessageCatalogueInterface $catalogue)
0 commit comments