From 865fd3ba082a36605ef3df689c714cfad63eada7 Mon Sep 17 00:00:00 2001 From: Andrey Borysenko Date: Tue, 12 Mar 2024 18:14:40 +0200 Subject: fix: add missing copyrights and strict types Signed-off-by: Andrey Borysenko --- lib/private/AppFramework/Bootstrap/RegistrationContext.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/private/AppFramework/Bootstrap') diff --git a/lib/private/AppFramework/Bootstrap/RegistrationContext.php b/lib/private/AppFramework/Bootstrap/RegistrationContext.php index 95f59d243c6..b1b2c57da55 100644 --- a/lib/private/AppFramework/Bootstrap/RegistrationContext.php +++ b/lib/private/AppFramework/Bootstrap/RegistrationContext.php @@ -907,6 +907,13 @@ class RegistrationContext { return $this->setupChecks; } + /** + * @return ServiceRegistration[] + */ + public function getTeamResourceProviders(): array { + return $this->teamResourceProviders; + } + /** * @return ServiceRegistration[] */ -- cgit v1.2.3