Skip to content

Commit

Permalink
Update to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cjonstrup committed Mar 15, 2020
1 parent b814807 commit 292f156
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/BasketServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
namespace Lenius\LaravelBasket;

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

class BasketServiceProvider extends ServiceProvider
{
Expand Down

0 comments on commit 292f156

Please sign in to comment.