11 lines
244 B
PHP
11 lines
244 B
PHP
<?php
|
|
|
|
namespace Selection\Model;
|
|
|
|
use Selection\Model\Base\SelectionContainerAssociatedSelection as BaseSelectionContainerAssociatedSelection;
|
|
|
|
class SelectionContainerAssociatedSelection extends BaseSelectionContainerAssociatedSelection
|
|
{
|
|
|
|
}
|