Completed
Pull Request — master (#99)
by
unknown
63:59
created
Command/ImportCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
             $translations = $import->getTranslationsFromFiles(
85 85
                 $domain,
86 86
                 null,
87
-                [$this->getContainer()->getParameter('kernel.root_dir') . DIRECTORY_SEPARATOR . 'Resources' . DIRECTORY_SEPARATOR . 'translations']
87
+                [$this->getContainer()->getParameter('kernel.root_dir').DIRECTORY_SEPARATOR.'Resources'.DIRECTORY_SEPARATOR.'translations']
88 88
             );
89 89
 
90 90
             $import->writeToStorage($domain, $translations);
Please login to merge, or discard this patch.