]> git.immae.eu Git - github/wallabag/wallabag.git/blob - ConfigRepository.php
b2b1f627ab96e8f37339ffa5b018eb84d2fc9a20
[github/wallabag/wallabag.git] / ConfigRepository.php
1 <?php
2
3 namespace Wallabag\CoreBundle\Repository;
4
5 use Doctrine\ORM\EntityRepository;
6
7 class ConfigRepository extends EntityRepository
8 {
9 }