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