Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cjonstrup committed Mar 15, 2020
1 parent 292f156 commit 61bd941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/BasketServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@

namespace Lenius\LaravelBasket;


use Illuminate\Support\ServiceProvider;
use Lenius\Basket\Basket;
use Lenius\LaravelBasket\Console\EcommerceCommand;
use Lenius\Basket\Identifier\Cookie as CookieIdentifier;
use Lenius\LaravelBasket\Console\EcommerceCommand;
use Lenius\LaravelBasket\Storage\LaravelSession as SessionStore;

class BasketServiceProvider extends ServiceProvider
Expand Down

0 comments on commit 61bd941

Please sign in to comment.