Entity/TagRepository.php
author ymh <ymh.work@gmail.com>
Mon, 07 Nov 2011 17:25:39 +0100
changeset 29 7496254cfead
parent 2 13f43f53d0ba
child 34 21fab44f46fe
permissions -rwxr-xr-x
correct add tag

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

use Doctrine\ORM\EntityRepository;

/**
 * TagRepository
 *
 * This class was generated by the Doctrine ORM. Add your own custom
 * repository methods below.
 */
class TagRepository extends EntityRepository
{
}