point-tools/src/Skobkin/Bundle/PointToolsBundle/Repository/Blogs/PostTagRepository.php

10 lines
157 B
PHP
Raw Normal View History

<?php
namespace Skobkin\Bundle\PointToolsBundle\Repository\Blogs;
use Doctrine\ORM\EntityRepository;
class PostTagRepository extends EntityRepository
{
}