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