Remove reference to undefined entity repository for CQuizQuestion - refs BT#12874

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago committed by GitHub
parent c2c9a09482
commit b89b5e97c6
  1. 2
      src/Chamilo/CourseBundle/Entity/CQuizQuestion.php

@ -15,7 +15,7 @@ use Doctrine\ORM\Mapping as ORM;
* @ORM\Index(name="position", columns={"position"})
* }
* )
* @ORM\Entity(repositoryClass="CQuizQuestionRepository")
* @ORM\Entity()
*/
class CQuizQuestion
{

Loading…
Cancel
Save