aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/ConfigRepository.php
blob: b2b1f627ab96e8f37339ffa5b018eb84d2fc9a20 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

namespace Wallabag\CoreBundle\Repository;

use Doctrine\ORM\EntityRepository;

class ConfigRepository extends EntityRepository
{
}