src/Company/BaseBundle/Entity/DocumentRepository.php
author ymh <ymh.work@gmail.com>
Tue, 04 Oct 2011 10:12:08 +0200
changeset 5 d8cb31543a3f
parent 2 806e57d67020
permissions -rw-r--r--
translation and override FOSUserBundle layout

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