On continue à adapter le template...

This commit is contained in:
2021-04-16 19:23:51 +02:00
parent 1e2e612349
commit c160eb2141
127 changed files with 42260 additions and 36 deletions

View File

@@ -0,0 +1,21 @@
<?php
namespace Selection\Model;
use Selection\Model\Base\SelectionContentQuery as BaseSelectionContentQuery;
/**
* Skeleton subclass for performing query and update operations on the 'selection_content' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
*/
class SelectionContentQuery extends BaseSelectionContentQuery
{
} // SelectionContentQuery