10 lines
138 B
PHP
Executable File
10 lines
138 B
PHP
Executable File
<?php
|
|
|
|
namespace Thelia\Model;
|
|
|
|
use Thelia\Model\Base\OrderFeature as BaseOrderFeature;
|
|
|
|
class OrderFeature extends BaseOrderFeature {
|
|
|
|
}
|