| changeset 2 | 13f43f53d0ba |
| child 74 | 901463f9b11c |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Entity/DocumentTag.php Sun Oct 16 14:50:48 2011 +0200 @@ -0,0 +1,12 @@ +<?php + +namespace IRI\Bundle\WikiTagBundle\Entity; + +use IRI\Bundle\WikiTagBundle\Model\DocumentTag as BaseDocumentTag; + +/** + * IRI\Bundle\WikiTagBundle\Entity\DocumentTag + */ +class DocumentTag extends BaseDocumentTag +{ +} \ No newline at end of file