src/Company/BaseBundle/Entity/DocumentRepository.php
author ymh <ymh.work@gmail.com>
Fri, 04 Nov 2011 15:54:16 +0100
changeset 25 05bf39027817
parent 2 806e57d67020
permissions -rwxr-xr-x
subrepo changed

<?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
{
}