From fa2e394c00a68574fc9f3c5eb46f16e468875c74 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 13 Mar 2019 12:02:59 +0100 Subject: [PATCH] #2628 --- src/CubistBackpackServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CubistBackpackServiceProvider.php b/src/CubistBackpackServiceProvider.php index 5057a0c..2222696 100644 --- a/src/CubistBackpackServiceProvider.php +++ b/src/CubistBackpackServiceProvider.php @@ -50,7 +50,7 @@ class CubistBackpackServiceProvider extends ServiceProvider $this->publishes([__DIR__ . '/database/migrations/' => database_path('migrations')], 'migrations'); // publish translation files - $this->publishes([__DIR__ . '/resources/lang' => resource_path('lang/vendor/cubist')], 'lang'); + $this->publishes([__DIR__ . '/resources/lang' => resource_path('lang/vendor/cubist_back')], 'lang'); } /** -- 2.39.5