Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f2a2ca3

Browse files
committed
Fix KrbTicketFlags::helpers() scope missed in 1ecf02a
1 parent 71abbdc commit f2a2ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎app/Classes/LDAP/Attribute/KrbTicketFlags.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ final class KrbTicketFlags extends Attribute
2929
private const DISALLOW_SVR = 0x00001000;
3030
private const PWCHANGE_SERVICE = 0x00002000;
3131

32-
private static function helpers(): Collection
32+
protected static function helpers(): Collection
3333
{
3434
$helpers = collect([
3535
log(self::DISALLOW_POSTDATED,2) => __('KRB_DISALLOW_POSTDATED'),

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /