From 3c489f267190c12b8758d947d00ba56d602badf9 Mon Sep 17 00:00:00 2001 From: juuliabellcom Date: Mon, 13 Dec 2021 11:03:28 +0200 Subject: [PATCH] Changed configuration name --- src/Form/WatchdogSettingsForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Form/WatchdogSettingsForm.php b/src/Form/WatchdogSettingsForm.php index 038f1d4..0bbbee3 100644 --- a/src/Form/WatchdogSettingsForm.php +++ b/src/Form/WatchdogSettingsForm.php @@ -21,7 +21,7 @@ class WatchdogSettingsForm extends ConfigFormBase { * * @var string */ - public static $configName = 'os2web_logging_watchdog.settings'; + public static $configName = 'os2web_logging.settings'; /** * {@inheritdoc}