Entity/TagRepository.php
changeset 2 13f43f53d0ba
child 34 21fab44f46fe
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Entity/TagRepository.php	Sun Oct 16 14:50:48 2011 +0200
@@ -0,0 +1,15 @@
+<?php
+
+namespace IRI\Bundle\WikiTagBundle\Entity;
+
+use Doctrine\ORM\EntityRepository;
+
+/**
+ * TagRepository
+ *
+ * This class was generated by the Doctrine ORM. Add your own custom
+ * repository methods below.
+ */
+class TagRepository extends EntityRepository
+{
+}
\ No newline at end of file