From 4a669798c5e62a538c73195bec67f40ec3b7170d Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 18 Oct 2023 14:15:41 -0300 Subject: [PATCH] Add in missing property definition. (#56) --- src/Config.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Config.php b/src/Config.php index 572910e..279c1cc 100644 --- a/src/Config.php +++ b/src/Config.php @@ -15,6 +15,13 @@ class Config implements ConfigInterface { use RefinableCacheableDependencyTrait; + /** + * The config factory service. + * + * @var \Drupal\Core\Config\ConfigFactoryInterface + */ + protected $configFactory; + /** * The openseadragon config. *