src/Company/BaseBundle/Entity/DocumentRepository.php
author ymh <ymh.work@gmail.com>
Mon, 19 Dec 2011 18:14:20 +0100
changeset 62 912fed12092d
parent 2 806e57d67020
permissions -rwxr-xr-x
Added tag V00.02 for changeset 9f427e7c88f9

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