release v3.10.2

This commit is contained in:
Simon Vieille 2023-07-15 15:22:09 +02:00
commit 33bb8646f4
Signed by untrusted user who does not match committer: deblan
GPG key ID: 579388D585F70417
3 changed files with 10 additions and 1 deletions

View file

@ -33,6 +33,11 @@ class AppRepository
*/
protected $categoryRepository;
/**
* @var INavigationManager
*/
protected $navigationManager;
public function __construct(
\OC_App $ocApp,
INavigationManager $navigationManager,