@@ -18,7 +18,7 @@ |
||
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( |