]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Repository/SiteCredentialRepository.php
Add CRUD for site credentials
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Repository / SiteCredentialRepository.php
1 <?php
2
3 namespace Wallabag\CoreBundle\Repository;
4
5 /**
6 * SiteCredentialRepository.
7 *
8 * This class was generated by the Doctrine ORM. Add your own custom
9 * repository methods below.
10 */
11 class SiteCredentialRepository extends \Doctrine\ORM\EntityRepository
12 {
13 }