10 lines
134 B
PHP
Executable File
10 lines
134 B
PHP
Executable File
<?php
|
|
|
|
namespace Thelia\Model;
|
|
|
|
use Thelia\Model\Base\FeatureProd as BaseFeatureProd;
|
|
|
|
class FeatureProd extends BaseFeatureProd {
|
|
|
|
}
|