This commit is contained in:
Patrick Henninger
2019-02-18 16:04:50 +01:00
parent 698098139b
commit d6c0f2f722

View File

@@ -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
*/