Entity/DocumentTag.php
author tcavalie
Wed, 19 Oct 2011 15:44:23 +0200
changeset 7 7a877de630fd
parent 2 13f43f53d0ba
child 74 901463f9b11c
permissions -rw-r--r--
add files to all tags list.

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

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

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