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