Browse Source

Update from 1.11.x

jmontoyaa 7 years ago
parent
commit
281bea2ef7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Chamilo/CoreBundle/Entity/AccessUrl.php

+ 1 - 1
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
 {