Files
sterivein/core/lib/Thelia/Model/AttributeAvI18n.php
Manuel Raynaud 1974d3e3c3 fix psr
2014-01-22 12:52:36 +01:00

10 lines
150 B
PHP

<?php
namespace Thelia\Model;
use Thelia\Model\Base\AttributeAvI18n as BaseAttributeAvI18n;
class AttributeAvI18n extends BaseAttributeAvI18n {
}