]> Raphaƫl G. Git Repositories - blogbundle/blobdiff - Repository/AuthorRepository.php
Add repository classes
[blogbundle] / Repository / AuthorRepository.php
diff --git a/Repository/AuthorRepository.php b/Repository/AuthorRepository.php
new file mode 100644 (file)
index 0000000..1f298ad
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+namespace Rapsys\BlogBundle\Repository;
+
+/**
+ * AuthorRepository
+ *
+ * This class was generated by the Doctrine ORM. Add your own custom
+ * repository methods below.
+ */
+class AuthorRepository extends \Doctrine\ORM\EntityRepository
+{
+}