Completed
Push — master ( 045fa3...164184 )
by Magnar Ovedal
12:42 queued 09:01
created
src/Policy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
         if ($this->translator === null) {
97 97
             $this->translator = new Translator('en_US');
98 98
             $this->translator->addLoader('mo', new MoFileLoader());
99
-            $this->translator->addResource('mo', __DIR__ . '/../translations/messages.nn_NO.mo', 'nn_NO');
99
+            $this->translator->addResource('mo', __DIR__.'/../translations/messages.nn_NO.mo', 'nn_NO');
100 100
         }
101 101
 
102 102
         return $this->translator;
Please login to merge, or discard this patch.