From 76b7faa620fd920ad4f61a62c9fa36722b11da1b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 22 Feb 2019 15:10:39 +0100 Subject: [PATCH] #2609 --- src/FrontServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.39.5