11 lines
171 B
Plaintext
11 lines
171 B
Plaintext
<?php
|
|
|
|
namespace Thelia\Model;
|
|
|
|
use Thelia\Model\Base\AttributeCombination as BaseAttributeCombination;
|
|
|
|
class AttributeCombination extends BaseAttributeCombination {
|
|
|
|
}
|
|
|