src/Company/BaseBundle/Entity/DocumentRepository.php
author cavaliet
Fri, 24 Aug 2012 13:12:16 +0200
changeset 102 75fb1d1aa426
parent 2 806e57d67020
permissions -rwxr-xr-x
update readme

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