Skip to content

Commit 9d1bfeb

Browse files
committed
fix(oauth2): missing property declaration
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 76b0101 commit 9d1bfeb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/private/AppFramework/Bootstrap/RegistrationContext.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ class RegistrationContext {
161161
/** @var ServiceRegistration<IMailProvider>[] */
162162
private $mailProviders = [];
163163

164+
/** @var class-string<IGlobalScaleService>|null */
165+
private ?string $globalScaleService = null;
166+
164167
public function __construct(LoggerInterface $logger) {
165168
$this->logger = $logger;
166169
}

0 commit comments

Comments
 (0)