src/Company/BaseBundle/Entity/DocumentRepository.php
author cavaliet
Mon, 28 Nov 2011 15:58:34 +0100
changeset 43 9124c70d4fd2
parent 2 806e57d67020
permissions -rwxr-xr-x
Finalise to implement the document profile with the list of columns.

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