From 281bea2ef739ebcea44ffb4e742f0572928a28ff Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Mon, 19 Feb 2018 14:42:03 +0100 Subject: [PATCH] Update from 1.11.x --- src/Chamilo/CoreBundle/Entity/AccessUrl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Chamilo/CoreBundle/Entity/AccessUrl.php b/src/Chamilo/CoreBundle/Entity/AccessUrl.php index eac42dd7b2..62ad0a502a 100644 --- a/src/Chamilo/CoreBundle/Entity/AccessUrl.php +++ b/src/Chamilo/CoreBundle/Entity/AccessUrl.php @@ -9,7 +9,7 @@ use Doctrine\ORM\Mapping as ORM; * AccessUrl * * @ORM\Table(name="access_url") - * @ORM\Entity + * @ORM\Entity(repositoryClass="Chamilo\CoreBundle\Entity\Repository\AccessUrlRepository") */ class AccessUrl {