Fixed Thelia\Model\Base uses.

This commit is contained in:
Franck Allimant
2014-05-18 20:19:48 +02:00
parent cae0db00eb
commit ab060486d0
23 changed files with 30 additions and 29 deletions

View File

@@ -18,9 +18,9 @@ use Symfony\Component\Validator\Constraints\NotBlank;
use Symfony\Component\Validator\Constraints\NotEqualTo;
use Symfony\Component\Validator\ExecutionContextInterface;
use Thelia\Core\Translation\Translator;
use Thelia\Model\Base\CountryQuery;
use Thelia\Model\Base\LangQuery;
use Thelia\Model\Base\ModuleQuery;
use Thelia\Model\CountryQuery;
use Thelia\Model\LangQuery;
use Thelia\Model\ModuleQuery;
use Thelia\Model\Module;
use Thelia\Module\BaseModule;

View File

@@ -17,7 +17,7 @@ use Symfony\Component\Validator\Constraints;
use Symfony\Component\Validator\ConstraintViolation;
use Symfony\Component\Validator\ExecutionContextInterface;
use Thelia\Core\Translation\Translator;
use Thelia\Model\Base\CustomerQuery;
use Thelia\Model\CustomerQuery;
/**
* Class CustomerLogin