aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Service/AuthorizedGroupService.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/lib/Service/AuthorizedGroupService.php')
-rw-r--r--apps/settings/lib/Service/AuthorizedGroupService.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/settings/lib/Service/AuthorizedGroupService.php b/apps/settings/lib/Service/AuthorizedGroupService.php
index 31ffc765f32..20966446d61 100644
--- a/apps/settings/lib/Service/AuthorizedGroupService.php
+++ b/apps/settings/lib/Service/AuthorizedGroupService.php
@@ -16,11 +16,9 @@ use OCP\IGroup;
class AuthorizedGroupService {
- /** @var AuthorizedGroupMapper $mapper */
- private $mapper;
-
- public function __construct(AuthorizedGroupMapper $mapper) {
- $this->mapper = $mapper;
+ public function __construct(
+ private AuthorizedGroupMapper $mapper,
+ ) {
}
/**