diff --git a/lib/Configuration.php b/lib/Configuration.php index 2f677ae5..3013443b 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -130,6 +130,7 @@ final class Configuration // Recombine the key if it had multiple underscores $key = implode('_', array_slice($nameParts, 2)); + $key = strtolower($key); // Handle this specifically because it's an array if ($key === 'enabled_bridges') {