11 lines
184 B
PHP
11 lines
184 B
PHP
<?php
|
|
|
|
namespace Selection\Model;
|
|
|
|
use Selection\Model\Base\SelectionContainerI18n as BaseSelectionContainerI18n;
|
|
|
|
class SelectionContainerI18n extends BaseSelectionContainerI18n
|
|
{
|
|
|
|
}
|