Entity/DocumentTag.php
author ymh <ymh.work@gmail.com>
Sun, 16 Oct 2011 14:50:48 +0200
changeset 2 13f43f53d0ba
child 74 901463f9b11c
permissions -rw-r--r--
first implementation

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

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

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