]> _ Git - cubist_cms-front.git/commitdiff
wip #2413 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Feb 2019 10:36:44 +0000 (11:36 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Feb 2019 10:36:44 +0000 (11:36 +0100)
src/FrontServiceProvider.php

index af3b53e9083167ee8d687d03ec86b2acdb8bbc7a..f3b9a227fd30907c1ff5f1fde0ce7bd95f7cca3a 100644 (file)
@@ -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