Passed
Push — master ( 1e4a7f...b1ca53 )
by Jeremy
64:39
created
src/LaravelLoggerServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -119,11 +119,11 @@
 block discarded – undo
119 119
         ], $publishTag);
120 120
 
121 121
         $this->publishes([
122
-            __DIR__.'/resources/views' => base_path('resources/views/vendor/' . $publishTag),
122
+            __DIR__.'/resources/views' => base_path('resources/views/vendor/'.$publishTag),
123 123
         ], $publishTag);
124 124
 
125 125
         $this->publishes([
126
-            __DIR__.'/resources/lang' => base_path('resources/lang/vendor/' . $publishTag),
126
+            __DIR__.'/resources/lang' => base_path('resources/lang/vendor/'.$publishTag),
127 127
         ], $publishTag);
128 128
     }
129 129
 }
Please login to merge, or discard this patch.