moltin / laravel-cart

Laravel Facade and Service Provider for Moltin\Cart
276 stars 87 forks source link

Latest commit from moltin/cart break this package #42

Closed rained23 closed 9 years ago

rained23 commented 9 years ago

Hi, after running composer update, I am unable to run my application.

Below is the error

Class Moltin\Cart\Storage\LaravelSession contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods (Moltin\Cart\StorageInterface::findAll, 
Moltin\Cart\StorageInterface::destroyAll)

Is it possible to not tagging laravel-cart to dev-master ? I am unable to revert back because this package require the failing build.

outrunthewolf commented 9 years ago

Apologies. We've reverted the cart package to its previous state. Has this fixed things for you?

rained23 commented 9 years ago

@outrunthewolf , yes its fixed now. :+1:

outrunthewolf commented 9 years ago

Awesome.