src/Company/BaseBundle/Entity/DocumentRepository.php
author cavaliet
Wed, 26 Oct 2011 15:39:04 +0200
changeset 16 89a003e5b108
parent 2 806e57d67020
permissions -rwxr-xr-x
Update routing and templates for tag list.

<?php

namespace Company\BaseBundle\Entity;

use Doctrine\ORM\EntityRepository;

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