forked from wallabag/wallabag
POST entries/tags with test
This commit is contained in:
@ -119,6 +119,11 @@ class EntryRepository extends EntityRepository
|
||||
->getResult();
|
||||
}
|
||||
|
||||
/**
|
||||
* Fetch an entry with a tag. Only used for tests.
|
||||
*
|
||||
* @return Entry
|
||||
*/
|
||||
public function findOneWithTags()
|
||||
{
|
||||
$qb = $this->createQueryBuilder('e')
|
||||
|
||||
Reference in New Issue
Block a user