From a4b58e024465234682d20bb2ce0d68763c69d323 Mon Sep 17 00:00:00 2001 From: jekuaitk Date: Mon, 16 Sep 2024 15:01:48 +0200 Subject: [PATCH] Declare AuthProviderRoutes class property --- src/Routing/AuthProviderRoutes.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Routing/AuthProviderRoutes.php b/src/Routing/AuthProviderRoutes.php index ddaf232..1bc2495 100644 --- a/src/Routing/AuthProviderRoutes.php +++ b/src/Routing/AuthProviderRoutes.php @@ -12,6 +12,13 @@ */ class AuthProviderRoutes implements ContainerInjectionInterface { + /** + * The AuthProviderManager. + * + * @var \Drupal\Component\Plugin\PluginManagerInterface + */ + protected $authProviderManager; + /** * Constructs a new AuthProvider route subscriber. *