Skip to content

Commit

Permalink
Merge pull request #113 from thefilip/macroable
Browse files Browse the repository at this point in the history
Add macroable trait
  • Loading branch information
Patrick authored Dec 5, 2020
2 parents 2fc604e + 47dd3b2 commit 8b1ae2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@
use Illuminate\Database\DatabaseManager;
use Illuminate\Session\SessionManager;
use Illuminate\Support\Collection;
use Illuminate\Support\Traits\Macroable;

class Cart
{
use Macroable;

const DEFAULT_INSTANCE = 'default';

/**
Expand Down

0 comments on commit 8b1ae2d

Please sign in to comment.