src/Company/BaseBundle/Entity/DocumentRepository.php
author cavaliet
Mon, 12 Dec 2011 14:27:37 +0100
changeset 51 4860d620ce87
parent 2 806e57d67020
permissions -rwxr-xr-x
Little css change for horizontal scroll in document table.

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