]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/FederationBundle/Repository/InstanceRepository.php
WIP
[github/wallabag/wallabag.git] / src / Wallabag / FederationBundle / Repository / InstanceRepository.php
CommitLineData
bf6c0346
TC
1<?php
2
3namespace Wallabag\FederationBundle\Repository;
4
5use Doctrine\ORM\EntityRepository;
6
7class InstanceRepository extends EntityRepository
8{
9
10}