add missing use statement

This commit is contained in:
Manuel Raynaud
2014-01-29 10:18:27 +01:00
parent f0c5e1b0b9
commit a05ad4daec

View File

@@ -36,6 +36,7 @@ use Thelia\Core\Template\Loop\Argument\Argument;
use Thelia\Exception\TaxEngineException;
use Thelia\Model\CategoryQuery;
use Thelia\Model\ConfigQuery;
use Thelia\Model\CurrencyQuery;
use Thelia\Model\Map\ProductPriceTableMap;
use Thelia\Model\Map\ProductSaleElementsTableMap;