mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
style
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace Gloudemans\Shoppingcart;
|
||||
|
||||
use Carbon\Carbon;
|
||||
use Closure;
|
||||
use Gloudemans\Shoppingcart\Contracts\Buyable;
|
||||
use Gloudemans\Shoppingcart\Contracts\InstanceIdentifier;
|
||||
@@ -12,7 +13,6 @@ use Illuminate\Contracts\Events\Dispatcher;
|
||||
use Illuminate\Database\DatabaseManager;
|
||||
use Illuminate\Session\SessionManager;
|
||||
use Illuminate\Support\Collection;
|
||||
use Carbon\Carbon;
|
||||
|
||||
class Cart
|
||||
{
|
||||
@@ -40,14 +40,14 @@ class Cart
|
||||
private $instance;
|
||||
|
||||
/**
|
||||
* Holds the creation date of the cart
|
||||
* Holds the creation date of the cart.
|
||||
*
|
||||
* @var mixed
|
||||
*/
|
||||
private $createdAt;
|
||||
|
||||
/**
|
||||
* Holds the update date of the cart
|
||||
* Holds the update date of the cart.
|
||||
*
|
||||
* @var mixed
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user