Skip to content

Commit 37f9815

Browse files
SystemKeeperbackportbot[bot]
authored andcommitted
fix: Add missing DI for IAppConfig to Push.php
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
1 parent eb09749 commit 37f9815

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/Push.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
use OC\Security\IdentityProof\Manager;
1717
use OCA\Notifications\AppInfo\Application;
1818
use OCP\AppFramework\Http;
19+
use OCP\AppFramework\Services\IAppConfig;
1920
use OCP\AppFramework\Utility\ITimeFactory;
2021
use OCP\Authentication\Exceptions\InvalidTokenException;
2122
use OCP\Authentication\Token\IToken;
@@ -78,6 +79,7 @@ public function __construct(
7879
protected IDBConnection $db,
7980
protected INotificationManager $notificationManager,
8081
protected IConfig $config,
82+
protected IAppConfig $appConfig,
8183
protected IProvider $tokenProvider,
8284
protected Manager $keyManager,
8385
protected IClientService $clientService,

0 commit comments

Comments
 (0)