mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 11:46:19 +01:00
MDL-81525 tool_mfa: Coding style fixups
This commit is contained in:
parent
0428b0ed52
commit
b8d4d3ff94
@ -28,6 +28,7 @@ use core\hook\stoppable_trait;
|
||||
#[\core\attribute\label('Allow plugins to callback as soon possible after user has passed MFA.')]
|
||||
#[\core\attribute\tags('user', 'login')]
|
||||
class after_user_passed_mfa implements
|
||||
\Psr\EventDispatcher\StoppableEventInterface {
|
||||
\Psr\EventDispatcher\StoppableEventInterface
|
||||
{
|
||||
use stoppable_trait;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user