Entity/Tag.php
author cavaliet
Wed, 26 Oct 2011 16:02:46 +0200
changeset 15 ab71cf8bff55
parent 2 13f43f53d0ba
child 74 901463f9b11c
permissions -rwxr-xr-x
ChangesetTagBranchUserDateSummary

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

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

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