Remove useless variable

This commit is contained in:
Nicolas Lœuillet 2016-09-05 10:23:40 +02:00
parent 13d9f7c96c
commit a1d22ea7d0
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A

View file

@ -10,8 +10,6 @@ use Wallabag\CoreBundle\Entity\Tag;
class EntryRepository extends EntityRepository
{
private $lifeTime;
/**
* Return a query builder to used by other getBuilderFor* method.
*