Entity/Category.php
author cavaliet
Mon, 24 Oct 2011 19:08:04 +0200
changeset 12 81cc9274c20a
parent 2 13f43f53d0ba
child 74 901463f9b11c
permissions -rwxr-xr-x
Update Tag alias.

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

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

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