hardevine / LaravelShoppingcart

A simple shopping cart implementation for Laravel
MIT License
348 stars 121 forks source link

function deleteStoredCart($identifier) is protected #33

Closed sbourdette closed 3 years ago

sbourdette commented 3 years ago

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);

hardevine commented 3 years ago

👍