Files
sterivein/core/lib/Thelia/Model/AttributeI18n.php
Etienne Roudeix a02ac99360 set x right to 7
2013-07-09 11:59:37 +02:00

10 lines
142 B
PHP
Executable File

<?php
namespace Thelia\Model;
use Thelia\Model\Base\AttributeI18n as BaseAttributeI18n;
class AttributeI18n extends BaseAttributeI18n {
}