Merge pull request #6551 from bagisto/devansh-webkul-patch-1

Update Cart.php
This commit is contained in:
Jitendra Singh 2022-07-12 16:36:11 +05:30 committed by GitHub
commit e752026fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ class Cart
*
* @return void
*/
private function removeInactiveItems()
public function removeInactiveItems()
{
$cart = $this->getCart();