src/Company/BaseBundle/Entity/DocumentRepository.php
author cavaliet
Wed, 07 Dec 2011 17:19:10 +0100
changeset 49 3752ef2d39d4
parent 2 806e57d67020
permissions -rwxr-xr-x
Upgrade column management with possibility to return to the initial columns. Little debug in all tag list.

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