fix pagination on invoice templates page (#2260)

This commit is contained in:
Kevin Papst
2021-01-14 13:12:34 +01:00
committed by GitHub
parent bf47bb1840
commit 2a986517f7
4 changed files with 34 additions and 12 deletions

View File

@@ -117,6 +117,8 @@ class BaseQuery
}
/**
* By setting the current user, you activate (team) permission checks.
*
* @param User $user
* @return self
*/