Passed
Push — master ( 7384bb...580cc6 )
by Jeremy
02:10
created
src/LaravelFacebookPixelServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
         $this->loadViewsFrom(__DIR__ . '/../resources/views', 'facebook-pixel');
19 19
     
20 20
         $this->publishes([
21
-            __DIR__.'/../resources/config/facebook-pixel.php' => config_path('facebook-pixel.php'),
21
+            __DIR__ . '/../resources/config/facebook-pixel.php' => config_path('facebook-pixel.php'),
22 22
         ], 'config');
23 23
         
24 24
         $this->app['view']->creator(
Please login to merge, or discard this patch.