Entity/Category.php
author ymh <ymh.work@gmail.com>
Mon, 17 Oct 2011 13:51:50 +0200
changeset 3 976d922e52f0
parent 2 13f43f53d0ba
child 74 901463f9b11c
permissions -rw-r--r--
link document lifecycle

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

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

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