@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Treestoneit\ShoppingCart\Concerns; |
| 4 | 4 | |
| 5 | -use Treestoneit\ShoppingCart\Models\Cart as CartModel; |
|
| 6 | 5 | use Illuminate\Contracts\Auth\Authenticatable; |
| 6 | +use Treestoneit\ShoppingCart\Models\Cart as CartModel; |
|
| 7 | 7 | |
| 8 | 8 | trait AttachesToUsers |
| 9 | 9 | { |
@@ -2,11 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Treestoneit\ShoppingCart\Concerns; |
| 4 | 4 | |
| 5 | +use Closure; |
|
| 6 | +use Illuminate\Support\Facades\Config; |
|
| 5 | 7 | use Treestoneit\ShoppingCart\Models\CartItem; |
| 6 | 8 | use Treestoneit\ShoppingCart\Models\CartItemCollection; |
| 7 | 9 | use Treestoneit\ShoppingCart\Taxable; |
| 8 | -use Closure; |
|
| 9 | -use Illuminate\Support\Facades\Config; |
|
| 10 | 10 | |
| 11 | 11 | trait CalculatesTotals |
| 12 | 12 | { |
@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Treestoneit\ShoppingCart\Concerns; |
| 4 | 4 | |
| 5 | +use Illuminate\Support\Facades\Session; |
|
| 5 | 6 | use Treestoneit\ShoppingCart\Buyable; |
| 6 | 7 | use Treestoneit\ShoppingCart\Models\Cart; |
| 7 | 8 | use Treestoneit\ShoppingCart\Models\CartItem; |
| 8 | -use Illuminate\Support\Facades\Session; |
|
| 9 | 9 | |
| 10 | 10 | trait ManagesCartItems |
| 11 | 11 | { |