src/Company/BaseBundle/Entity/DocumentRepository.php
author ymh <ymh.work@gmail.com>
Thu, 23 Feb 2012 23:02:07 +0100
changeset 72 e50277f02cc1
parent 2 806e57d67020
permissions -rwxr-xr-x
Completion service add the nb of doc + test

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