aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/FederationBundle/Repository/InstanceRepository.php
blob: 6365d5c4339a571bc7e4bacdb9ff6bf25376af64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php

namespace Wallabag\FederationBundle\Repository;

use Doctrine\ORM\EntityRepository;

class InstanceRepository extends EntityRepository
{

}