11 lines
198 B
PHP
11 lines
198 B
PHP
<?php
|
|
|
|
namespace Thelia\Model;
|
|
|
|
use Thelia\Model\Base\OrderAttributeCombination as BaseOrderAttributeCombination;
|
|
|
|
class OrderAttributeCombination extends BaseOrderAttributeCombination
|
|
{
|
|
|
|
}
|