This commit is contained in:
Simon Vieille 2016-03-19 15:22:23 +01:00
commit e4e3f51834
8 changed files with 54 additions and 2502 deletions

View file

@ -0,0 +1,20 @@
<?php
namespace CoursEndingBundle\Model;
use CoursEndingBundle\Model\Base\QuestionQuery as BaseQuestionQuery;
/**
* Skeleton subclass for performing query and update operations on the 'form_question' 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 QuestionQuery extends BaseQuestionQuery
{
}