git
This commit is contained in:
parent
f2dcab07ab
commit
e4e3f51834
8 changed files with 54 additions and 2502 deletions
20
src/CoursEndingBundle/Model/QuestionQuery.php
Normal file
20
src/CoursEndingBundle/Model/QuestionQuery.php
Normal 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
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue