Issues fixed

This commit is contained in:
jitendra 2018-10-26 10:23:35 +05:30
parent cc7b20e607
commit 52bf973307
1 changed files with 2 additions and 0 deletions

View File

@ -200,6 +200,8 @@ class ProductController extends Controller
*/
public function destroy($id)
{
Event::fire('product.delete.before', $id);
$this->product->delete($id);
//before update of product