From 6923b72b50563e843d034b3036616abfb072b58a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 22 Feb 2019 11:36:44 +0100 Subject: [PATCH] wip #2413 @0.25 --- src/FrontServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FrontServiceProvider.php b/src/FrontServiceProvider.php index af3b53e..f3b9a22 100644 --- a/src/FrontServiceProvider.php +++ b/src/FrontServiceProvider.php @@ -27,6 +27,6 @@ class FrontServiceProvider extends ServiceProvider // publish config file $this->publishes([__DIR__.'/config/cubist-front.php' => config_path('cubist-front.php')], 'config'); // publish the views - $this->publishes([__DIR__.'/resources/views' => resource_path('views/vendor/backpack/backupmanager')], 'views'); + $this->publishes([__DIR__.'/resources/views' => resource_path('views/vendor/cubist/front')], 'views'); } } \ No newline at end of file -- 2.39.5