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
}