Initial commit
This commit is contained in:
11
core/lib/Thelia/Model/ModuleImageI18n.php
Normal file
11
core/lib/Thelia/Model/ModuleImageI18n.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Thelia\Model;
|
||||
|
||||
use Thelia\Model\Base\ModuleImageI18n as BaseModuleImageI18n;
|
||||
use Thelia\Model\Tools\I18nTimestampableTrait;
|
||||
|
||||
class ModuleImageI18n extends BaseModuleImageI18n
|
||||
{
|
||||
use I18nTimestampableTrait;
|
||||
}
|
||||
Reference in New Issue
Block a user