11 lines
162 B
PHP
11 lines
162 B
PHP
<?php
|
|
|
|
namespace ColissimoLabel\Model;
|
|
|
|
use ColissimoLabel\Model\Base\ColissimoLabel as BaseColissimoLabel;
|
|
|
|
class ColissimoLabel extends BaseColissimoLabel
|
|
{
|
|
|
|
}
|