Files
sterivein/core/lib/Thelia/Model/AttributeAv.php
2013-07-04 19:31:09 +02:00

10 lines
134 B
PHP

<?php
namespace Thelia\Model;
use Thelia\Model\Base\AttributeAv as BaseAttributeAv;
class AttributeAv extends BaseAttributeAv {
}