Merge pull request #1663 from MattApril/dev

Fixed duplicate view_render_event for product descriptions
This commit is contained in:
Jitendra Singh 2019-10-22 12:58:08 +05:30 committed by GitHub
commit ea2f91e704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
</div>
</accordian>
{!! view_render_event('bagisto.shop.products.view.description.before', ['product' => $product]) !!}
{!! view_render_event('bagisto.shop.products.view.description.after', ['product' => $product]) !!}
@include ('shop::products.view.attributes')