fix #3391
This commit is contained in:
parent
1e8c4102fa
commit
c62fe7a78d
|
|
@ -24,6 +24,7 @@ class ShopServiceProvider extends ServiceProvider
|
|||
$this->loadRoutesFrom(__DIR__ . '/../Http/routes.php');
|
||||
|
||||
$this->loadTranslationsFrom(__DIR__ . '/../Resources/lang', 'shop');
|
||||
$this->publishes([__DIR__.'/../Resources/lang' => resource_path('lang/vendor/shop')]);
|
||||
|
||||
$this->publishes([
|
||||
__DIR__ . '/../../publishable/assets' => public_path('themes/default/assets'),
|
||||
|
|
@ -86,4 +87,4 @@ class ShopServiceProvider extends ServiceProvider
|
|||
dirname(__DIR__) . '/Config/system.php', 'core'
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue