Completed
Push — master ( 717d9f...c9c2ac )
by Philip
11:22
created
src/CRUDlex/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
      * the available locales
103 103
      */
104 104
     protected function initLocales(Container $app) {
105
-        $locales   = $this->getLocales();
105
+        $locales = $this->getLocales();
106 106
         $app->extend('translator', function(Translator $translator) use ($locales) {
107 107
             $translator->addLoader('yaml', new YamlFileLoader());
108 108
             $localeDir = __DIR__.'/../locales';
Please login to merge, or discard this patch.