variants
This commit is contained in:
parent
a45341900a
commit
f9ca86130b
|
|
@ -77,9 +77,9 @@ class MarketplaceServiceProvider extends ServiceProvider
|
|||
__DIR__ . '/../Resources/views/shop/default/sellers/products/price.blade.php' => resource_path('themes/default/views/products/price.blade.php'),
|
||||
]);
|
||||
|
||||
$this->publishes([
|
||||
__DIR__ . '/../Resources/views/admin/customers/edit.blade.php' => resource_path('views/vendor/admin/customers/edit.blade.php'),
|
||||
]);
|
||||
// $this->publishes([
|
||||
// __DIR__ . '/../Resources/views/admin/customers/edit.blade.php' => resource_path('views/vendor/admin/customers/edit.blade.php'),
|
||||
// ]);
|
||||
|
||||
$this->publishes([
|
||||
__DIR__ . '/../Resources/views/shop/default/checkout/cart/index.blade.php' => resource_path('themes/default/views/checkout/cart/index.blade.php'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue