src/Company/BaseBundle/Entity/CategoryRepository.php
author ymh <ymh.work@gmail.com>
Thu, 23 Feb 2012 23:02:07 +0100
changeset 72 e50277f02cc1
parent 61 9f427e7c88f9
permissions -rw-r--r--
Completion service add the nb of doc + test

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