start to implement cart creation process

This commit is contained in:
Manuel Raynaud
2013-07-24 17:48:10 +02:00
parent 7498c97f49
commit fc088fcbd6
2 changed files with 82 additions and 1 deletions

View File

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