Entity/Category.php
author cavaliet
Mon, 28 Nov 2011 15:58:34 +0100
changeset 49 e854d8cb376c
parent 2 13f43f53d0ba
child 74 901463f9b11c
permissions -rwxr-xr-x
Finalise to implement the document profile with the list of columns.

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

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

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