src/Company/BaseBundle/Entity/DocumentRepository.php
author cavaliet
Thu, 23 Feb 2012 18:52:59 +0100
changeset 73 c8ecf6c0bdd3
parent 2 806e57d67020
permissions -rwxr-xr-x
Add configuration to enable curl request with proxy or any other CURLOPT

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