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

namespace Wallabag\CoreBundle\Repository;

use Doctrine\ORM\EntityRepository;

class TagRepository extends EntityRepository
{

}