mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Add macroable trait
This commit is contained in:
@@ -13,9 +13,12 @@ use Illuminate\Contracts\Events\Dispatcher;
|
||||
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';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user