From 2713ab023ffb95aad0b844b9ad843e16362e6862 Mon Sep 17 00:00:00 2001 From: Faraz Samapoor Date: Mon, 5 Jun 2023 16:45:01 +0330 Subject: [PATCH] Update core/Controller/AppPasswordController.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor --- core/Controller/AppPasswordController.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/Controller/AppPasswordController.php b/core/Controller/AppPasswordController.php index c48a01ebdc4..266b9598679 100644 --- a/core/Controller/AppPasswordController.php +++ b/core/Controller/AppPasswordController.php @@ -42,8 +42,9 @@ use OCP\ISession; use OCP\Security\ISecureRandom; class AppPasswordController extends \OCP\AppFramework\OCSController { - public function __construct(string $appName, - IRequest $request, + public function __construct( + string $appName, + IRequest $request, private ISession $session, private ISecureRandom $random, private IProvider $tokenProvider,