This commit is contained in:
merdan 2022-04-07 16:21:32 +05:00
parent 96e88c1183
commit fdd789240b
1 changed files with 4 additions and 4 deletions

View File

@ -15,9 +15,9 @@ class EventServiceProvider extends ServiceProvider
*/
public function boot(): void
{
Event::listen('bagisto.admin.catalog.product.edit_form_accordian.additional_views.before', function($viewRenderEventManager){
$viewRenderEventManager->addTemplate('brand::admin.catalog.products.fields.brand');
});
// Event::listen('bagisto.admin.catalog.product.edit_form_accordian.additional_views.before', function($viewRenderEventManager){
// $viewRenderEventManager->addTemplate('brand::admin.catalog.products.fields.brand');
//
// });
}
}