Add documentation for new function

This commit is contained in:
Sasha Anastasi
2023-11-16 14:16:16 +13:00
parent 7625353660
commit 10b201b638

View File

@@ -66,6 +66,9 @@ class auth_plugin_outage extends auth_plugin_base {
return false;
}
/**
* @inheritDoc
*/
public static function supports_mfa(): bool {
return true;
}