Completed
Push — master ( 14b645...5c8609 )
by Simonas
63:34
created
Command/ImportCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
         $translations = $import->getTranslationsFromFiles(
76 76
             $domain,
77 77
             null,
78
-            [$this->getContainer()->getParameter('kernel.root_dir') . DIRECTORY_SEPARATOR . 'Resources' . DIRECTORY_SEPARATOR . 'translations']
78
+            [$this->getContainer()->getParameter('kernel.root_dir').DIRECTORY_SEPARATOR.'Resources'.DIRECTORY_SEPARATOR.'translations']
79 79
         );
80 80
 
81 81
         $import->writeToStorage($domain, $translations);
Please login to merge, or discard this patch.