]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Repository/SiteCredentialRepository.php
Update route & user verification
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Repository / SiteCredentialRepository.php
1 <?php
2
3 namespace Wallabag\CoreBundle\Repository;
4
5 /**
6 * SiteCredentialRepository.
7 */
8 class SiteCredentialRepository extends \Doctrine\ORM\EntityRepository
9 {
10 }