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