From: Vincent Vanwaelscappel Date: Fri, 22 Feb 2019 14:10:39 +0000 (+0100) Subject: #2609 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=76b7faa620fd920ad4f61a62c9fa36722b11da1b;p=cubist_cms-front.git #2609 --- diff --git a/src/FrontServiceProvider.php b/src/FrontServiceProvider.php index f7bd338..f90ce2b 100644 --- a/src/FrontServiceProvider.php +++ b/src/FrontServiceProvider.php @@ -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'); }