]> Raphaƫl G. Git Repositories - blogbundle/blob - Repository/ArticleTranslationRepository.php
Add repository classes
[blogbundle] / Repository / ArticleTranslationRepository.php
1 <?php
2
3 namespace Rapsys\BlogBundle\Repository;
4
5 /**
6 * ArticleTranslationRepository
7 *
8 * This class was generated by the Doctrine ORM. Add your own custom
9 * repository methods below.
10 */
11 class ArticleTranslationRepository extends \Doctrine\ORM\EntityRepository
12 {
13 }