aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller
diff options
context:
space:
mode:
Diffstat (limited to 'core/Controller')
-rw-r--r--core/Controller/CollaborationResourcesController.php12
1 files changed, 7 insertions, 5 deletions
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);
}