forked from wallabag/wallabag
Added delete button on Baggy theme
This commit is contained in:
@ -124,9 +124,10 @@ class AnnotationRepository extends EntityRepository
|
||||
}
|
||||
|
||||
/**
|
||||
* Find all annotations related to archived entries
|
||||
* Find all annotations related to archived entries.
|
||||
*
|
||||
* @param $userId
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function findAllByArchivedEntriesAndUserId($userId)
|
||||
|
||||
Reference in New Issue
Block a user