Closed sbourdette closed 3 years ago
Hello, function deleteStoredCart($identifier) is protected and unused.
protected
It would be great if it could be public to allow facade call like this :
public
Cart::deleteStoredCart(id);
👍
Hello, function deleteStoredCart($identifier) is
protected
and unused.It would be great if it could be
public
to allow facade call like this :Cart::deleteStoredCart(id);