src/Company/BaseBundle/Entity/CategoryRepository.php
author cavaliet
Wed, 02 May 2012 13:45:37 +0200
changeset 88 eeb5f30dd0b0
parent 61 9f427e7c88f9
permissions -rw-r--r--
update readme with curl options

<?php

namespace Company\BaseBundle\Entity;

use Doctrine\ORM\EntityRepository;

/**
 * CategoryRepository
 *
 * This class was generated by the Doctrine ORM. Add your own custom
 * repository methods below.
 */
class CategoryRepository extends EntityRepository
{
}