@@ -14,10 +14,8 @@ |
||
| 14 | 14 | use Sonata\CoreBundle\Model\ManagerInterface; |
| 15 | 15 | use Sonata\NewsBundle\Model\CommentInterface; |
| 16 | 16 | use Doctrine\Common\Persistence\ManagerRegistry; |
| 17 | - |
|
| 18 | 17 | use Sonata\NewsBundle\Model\CommentManagerInterface; |
| 19 | 18 | use Sonata\NewsBundle\Model\PostInterface; |
| 20 | - |
|
| 21 | 19 | use Sonata\DatagridBundle\Pager\Doctrine\Pager; |
| 22 | 20 | use Sonata\DatagridBundle\ProxyQuery\Doctrine\ProxyQuery; |
| 23 | 21 | |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | namespace Sonata\NewsBundle\Entity; |
| 13 | 13 | |
| 14 | 14 | use Doctrine\ORM\EntityRepository; |
| 15 | - |
|
| 16 | 15 | use Sonata\NewsBundle\Model\PostInterface; |
| 17 | 16 | |
| 18 | 17 | class BasePostRepository extends EntityRepository |