Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit f49db7e

Browse files
author
Holger Lösken
committed
Fix wrong default setting key
1 parent 8d1199c commit f49db7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Repositories/SettingsRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
final class SettingsRepository
1010
{
11-
const IS_ENABLED_KEY = 'isEnabled';
11+
const IS_ENABLED_KEY = 'enabled';
1212
const EXPIRE_TIME_KEY = 'expireTime';
1313

1414
private array $defaultValues;

0 commit comments

Comments
 (0)