point-tools/src/Skobkin/Bundle/PointToolsBundle/Entity/Blogs/PostRepository.php

10 lines
150 B
PHP
Raw Normal View History

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