Completed
Push — master ( e297f9...c83b47 )
by Avtandil
04:59
created
src/MultiLang/MultiLangServiceProvider.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -35,9 +35,9 @@
 block discarded – undo
35 35
     {
36 36
         // Publish config files
37 37
         $this->publishes([
38
-                             __DIR__ . '/../config/config.php' => config_path('multilang.php'),
39
-                             __DIR__ . '/../views'             => base_path('resources/views/vendor/multilang'),
40
-                         ]);
38
+                                __DIR__ . '/../config/config.php' => config_path('multilang.php'),
39
+                                __DIR__ . '/../views'             => base_path('resources/views/vendor/multilang'),
40
+                            ]);
41 41
 
42 42
         // Append the country settings
43 43
         $this->mergeConfigFrom(
Please login to merge, or discard this patch.