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