Skip to content

Commit

Permalink
MDL-81525 tool_mfa: Coding style fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Apr 15, 2024
1 parent 0428b0e commit b8d4d3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/tool/mfa/classes/hook/after_user_passed_mfa.php
Expand Up @@ -28,6 +28,7 @@
#[\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;
}

0 comments on commit b8d4d3f

Please sign in to comment.