From b89b5e97c6ecbf3eba181f63f754e0d8cc715baa Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Thu, 8 Jun 2017 10:58:49 -0500 Subject: [PATCH] Remove reference to undefined entity repository for CQuizQuestion - refs BT#12874 --- src/Chamilo/CourseBundle/Entity/CQuizQuestion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Chamilo/CourseBundle/Entity/CQuizQuestion.php b/src/Chamilo/CourseBundle/Entity/CQuizQuestion.php index fabdb64110..1622833fe3 100644 --- a/src/Chamilo/CourseBundle/Entity/CQuizQuestion.php +++ b/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 {