Minor - add entity repository

pull/4032/head
Julio 3 years ago
parent a515e2f51a
commit f8927bbf8d
  1. 2
      src/CoreBundle/Entity/Tag.php

@ -13,7 +13,7 @@ use Symfony\Component\Validator\Constraints as Assert;
/**
* @ORM\Table(name="tag")
* @ORM\Entity
* @ORM\Entity(repositoryClass="Chamilo\CoreBundle\Repository\TagRepository")
*/
class Tag
{

Loading…
Cancel
Save