Entity/TagRepository.php
changeset 2 13f43f53d0ba
child 34 21fab44f46fe
equal deleted inserted replaced
1:06a22ff5d58d 2:13f43f53d0ba
       
     1 <?php
       
     2 
       
     3 namespace IRI\Bundle\WikiTagBundle\Entity;
       
     4 
       
     5 use Doctrine\ORM\EntityRepository;
       
     6 
       
     7 /**
       
     8  * TagRepository
       
     9  *
       
    10  * This class was generated by the Doctrine ORM. Add your own custom
       
    11  * repository methods below.
       
    12  */
       
    13 class TagRepository extends EntityRepository
       
    14 {
       
    15 }