Entity/DocumentTag.php
author ymh <ymh.work@gmail.com>
Mon, 23 Jan 2012 01:02:43 +0100
changeset 69 d76e5e0ded24
parent 2 13f43f53d0ba
child 74 901463f9b11c
permissions -rwxr-xr-x
Move Data Fixtures

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

use IRI\Bundle\WikiTagBundle\Model\DocumentTag as BaseDocumentTag;

/**
 * IRI\Bundle\WikiTagBundle\Entity\DocumentTag
 */
class DocumentTag extends BaseDocumentTag
{
}