src/Company/BaseBundle/Entity/DocumentRepository.php
changeset 2 806e57d67020
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/Company/BaseBundle/Entity/DocumentRepository.php	Wed Sep 28 17:45:50 2011 +0200
@@ -0,0 +1,15 @@
+<?php
+
+namespace Company\BaseBundle\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