@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Gesdinet\JWTRefreshTokenBundle\Document; |
4 | 4 | |
5 | -use Doctrine\ODM\MongoDB\DocumentRepository as OldDocumentRepository; |
|
6 | 5 | use Doctrine\ODM\MongoDB\Repository\DocumentRepository as ForwardDocumentRepository; |
7 | 6 | |
8 | 7 | // @todo: remove this condition and extend directly from `ForwardDocumentRepository` |