From 05784c32446b724a8fead992dbe4ee584defcabd Mon Sep 17 00:00:00 2001 From: Faraz Samapoor Date: Mon, 5 Jun 2023 16:45:21 +0330 Subject: Update core/Controller/CollaborationResourcesController.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/CollaborationResourcesController.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'core/Controller') diff --git a/core/Controller/CollaborationResourcesController.php b/core/Controller/CollaborationResourcesController.php index 9c6067e9b50..da90f27c9ef 100644 --- a/core/Controller/CollaborationResourcesController.php +++ b/core/Controller/CollaborationResourcesController.php @@ -42,11 +42,13 @@ use OCP\IUserSession; use Psr\Log\LoggerInterface; class CollaborationResourcesController extends OCSController { - public function __construct(string $appName, - IRequest $request, - private IManager $manager, - private IUserSession $userSession, - private LoggerInterface $logger) { + public function __construct( + string $appName, + IRequest $request, + private IManager $manager, + private IUserSession $userSession, + private LoggerInterface $logger, + ) { parent::__construct($appName, $request); } -- cgit v1.2.3