Entity/Category.php
author ymh <ymh.work@gmail.com>
Mon, 23 Jan 2012 00:48:55 +0100
changeset 68 e7384fb35f7a
parent 2 13f43f53d0ba
child 74 901463f9b11c
permissions -rwxr-xr-x
improve search test and documentation

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

use IRI\Bundle\WikiTagBundle\Model\Category as BaseCategory;

/**
 * IRI\Bundle\WikiTagBundle\Entity\Category
 */
class Category extends BaseCategory
{
}