Entity/Category.php
author cavaliet
Wed, 07 Dec 2011 17:19:10 +0100
changeset 54 ec51b9f4695f
parent 2 13f43f53d0ba
child 74 901463f9b11c
permissions -rwxr-xr-x
Upgrade column management with possibility to return to the initial columns. Little debug in all tag list.

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

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

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