Files
aux-bieaux-legumes/local/modules/Selection/Model/SelectionContainerAssociatedSelection.php

11 lines
244 B
PHP

<?php
namespace Selection\Model;
use Selection\Model\Base\SelectionContainerAssociatedSelection as BaseSelectionContainerAssociatedSelection;
class SelectionContainerAssociatedSelection extends BaseSelectionContainerAssociatedSelection
{
}