Entity/Tag.php
author ymh <ymh.work@gmail.com>
Mon, 23 Jan 2012 01:04:21 +0100
changeset 70 b2aa7314724b
parent 2 13f43f53d0ba
child 74 901463f9b11c
permissions -rwxr-xr-x
Added tag V00.03 for changeset d76e5e0ded24

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

use IRI\Bundle\WikiTagBundle\Model\Tag as BaseTag;

/**
 * IRI\Bundle\WikiTagBundle\Entity\Tag
 */
class Tag extends BaseTag
{
}