]> _ Git - cubist_cms-back.git/commitdiff
#2628
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Mar 2019 11:02:59 +0000 (12:02 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Mar 2019 11:02:59 +0000 (12:02 +0100)
src/CubistBackpackServiceProvider.php

index 5057a0cdcb9dd4e6721c1a2f35efa6022d9f71ab..22226964a842af5fc54bb67efd437f1738345806 100644 (file)
@@ -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');
     }
 
     /**