Update Cart.php

This commit is contained in:
Patrick
2019-11-16 23:57:31 +01:00
committed by GitHub
parent 07a776aa33
commit 73173955ad

View File

@@ -645,8 +645,7 @@ class Cart
return;
}
$this->getConnection()->table($this->getTableName())
->where('identifier', $identifier)->delete();
$this->getConnection()->table($this->getTableName())->where('identifier', $identifier)->delete();
$this->events->dispatch('cart.erased');
}