src/Company/BaseBundle/Entity/CategoryRepository.php
author cavaliet
Wed, 16 May 2012 14:02:51 +0200
changeset 90 413f45b26903
parent 61 9f427e7c88f9
permissions -rw-r--r--
update configuration for document_list_profile and column names

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