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