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




                                         
 
                                            
 
 
<?php

namespace Wallabag\CoreBundle\Repository;

use Doctrine\ORM\EntityRepository;

class TagRepository extends EntityRepository
{
}