This commit is contained in:
merdan 2022-02-07 17:51:15 +05:00
parent a45341900a
commit f9ca86130b
1 changed files with 3 additions and 3 deletions

View File

@ -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'),