]> _ Git - cubist_cms-front.git/commitdiff
#2609
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Feb 2019 14:10:39 +0000 (15:10 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Feb 2019 14:10:39 +0000 (15:10 +0100)
src/FrontServiceProvider.php

index f7bd338f6b654a9f39b2b0da763d754cea2e35f5..f90ce2bcfdbbf66e44daeb9090741c23039dd4db 100644 (file)
@@ -26,7 +26,7 @@ class FrontServiceProvider extends ServiceProvider
 
         // publish config file
         $this->publishes([__DIR__ . '/config/cubist-front.php' => config_path('cubist-front.php')], 'config');
-        $this->publishes([__DIR__ . '/config/googletagmanager.php' => config_path(__DIR__ . '/config/googletagmanager.php')], 'config');
+        $this->publishes([__DIR__ . '/config/googletagmanager.php' => config_path('googletagmanager.php')], 'config');
         // publish the views
         $this->publishes([__DIR__ . '/resources/views' => resource_path('views/vendor/cubist/front')], 'views');
     }