Conflicts: core/lib/Thelia/Core/Template/Loop/Category.php core/lib/Thelia/Core/Template/Loop/FeatureValue.php core/lib/Thelia/Core/Template/Loop/Folder.php core/lib/Thelia/Core/Template/Loop/Product.php core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php install/faker.php
12 lines
163 B
Plaintext
Executable File
12 lines
163 B
Plaintext
Executable File
<?php
|
|
|
|
namespace Thelia\Model;
|
|
|
|
use Thelia\Model\Base\ContentImageI18n as BaseContentImageI18n;
|
|
|
|
class ContentImageI18n extends BaseContentImageI18n
|
|
{
|
|
|
|
}
|
|
|