aboutsummaryrefslogblamecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/TagRepository.php
blob: 903a99cda3804bddfa61751cdf611a3c6a209e75 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                         
 
                                            
 
 
 
<?php

namespace Wallabag\CoreBundle\Repository;

use Doctrine\ORM\EntityRepository;

class TagRepository extends EntityRepository
{

}