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

10 lines
146 B
PHP
Executable File

<?php
namespace Thelia\Model;
use Thelia\Model\Base\ContentVersion as BaseContentVersion;
class ContentVersion extends BaseContentVersion {
}