diff --git a/auth.php b/auth.php index 92625f8..85357bb 100644 --- a/auth.php +++ b/auth.php @@ -66,6 +66,9 @@ class auth_plugin_outage extends auth_plugin_base { return false; } + /** + * @inheritDoc + */ public static function supports_mfa(): bool { return true; }