fix cs
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
- Fixed issue #452 when installing Thelia on database with special characters
|
- Fixed issue #452 when installing Thelia on database with special characters
|
||||||
- implement search on content, folder and category loop.
|
- implement search on content, folder and category loop.
|
||||||
- all form are documented
|
- all form are documented
|
||||||
|
- template exists for managing google sitemap : sitemap.html
|
||||||
|
|
||||||
#2.0.1
|
#2.0.1
|
||||||
- possibility to apply a permanent discount on a customer
|
- possibility to apply a permanent discount on a customer
|
||||||
|
|||||||
@@ -4,15 +4,12 @@ namespace Thelia\Model;
|
|||||||
|
|
||||||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||||
use Symfony\Component\Routing\Router;
|
use Symfony\Component\Routing\Router;
|
||||||
use Thelia\Core\Template\Loop\CategoryPath;
|
|
||||||
use Thelia\Core\Translation\Translator;
|
|
||||||
use Thelia\Model\Base\ProductImage as BaseProductImage;
|
use Thelia\Model\Base\ProductImage as BaseProductImage;
|
||||||
use Propel\Runtime\Connection\ConnectionInterface;
|
use Propel\Runtime\Connection\ConnectionInterface;
|
||||||
use Thelia\Model\Breadcrumb\BreadcrumbInterface;
|
use Thelia\Model\Breadcrumb\BreadcrumbInterface;
|
||||||
use Thelia\Model\Breadcrumb\CatalogBreadcrumbTrait;
|
use Thelia\Model\Breadcrumb\CatalogBreadcrumbTrait;
|
||||||
use Thelia\Model\Tools\ModelEventDispatcherTrait;
|
use Thelia\Model\Tools\ModelEventDispatcherTrait;
|
||||||
use Thelia\Model\Tools\PositionManagementTrait;
|
use Thelia\Model\Tools\PositionManagementTrait;
|
||||||
use Thelia\Tools\URL;
|
|
||||||
|
|
||||||
class ProductImage extends BaseProductImage implements BreadcrumbInterface
|
class ProductImage extends BaseProductImage implements BreadcrumbInterface
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user