start to implement cart creation process
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Thelia\Model;
|
||||
|
||||
use Thelia\Model\Base\CartQuery as BaseCartQuery;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
/**
|
||||
* Skeleton subclass for performing query and update operations on the 'cart' table.
|
||||
@@ -18,4 +18,5 @@ use Thelia\Model\Base\CartQuery as BaseCartQuery;
|
||||
class CartQuery extends BaseCartQuery
|
||||
{
|
||||
|
||||
|
||||
} // CartQuery
|
||||
|
||||
Reference in New Issue
Block a user