Skip to content

Commit 458b0a5

Browse files
committed
feat(config): add LoginNotify
1 parent 1af7d9c commit 458b0a5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config/MWCExtensions.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,10 @@ public function Lockdown(): self {
492492
return $this->ext( 'Lockdown' );
493493
}
494494

495+
public function LoginNotify(): self {
496+
return $this->ext( 'LoginNotify' );
497+
}
498+
495499
public function Loops(): self {
496500
return $this->ext( 'Loops' );
497501
}

0 commit comments

Comments
 (0)