Removed unnecessary code from CartController

This commit is contained in:
Pranshu Tomar 2020-04-28 19:32:50 +05:30
parent 559954e88d
commit 16fcb02502
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@ class CartController extends Controller
*/
public function index()
{
Cart::mergeCart();
Cart::collectTotals();
return view($this->_config['view'])->with('cart', Cart::getCart());