Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit e4036a9

Browse files
committed
fix: typo in ProxyFilter
1 parent 6a83ed2 commit e4036a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Auth/Process/ProxyFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ProxyFilter extends ProcessingFilter
2727

2828
public const MODE_WHITELIST = 'whitelist';
2929

30-
public const MODES = [self::MODE_DENYLIST, self::MODE_ALLOWLIST, MODE_BLACKLIST, MODE_WHITELIST];
30+
public const MODES = [self::MODE_DENYLIST, self::MODE_ALLOWLIST, self::MODE_BLACKLIST, self::MODE_WHITELIST];
3131

3232
private $authproc;
3333

0 commit comments

Comments
 (0)