Entity/Tag.php
author ymh <ymh.work@gmail.com>
Thu, 17 Nov 2011 16:48:19 +0100
changeset 37 9ba15af20acc
parent 2 13f43f53d0ba
child 74 901463f9b11c
permissions -rwxr-xr-x
make sure that we use external ids in the controller

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

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

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