agent foundation
This commit is contained in:
@@ -61,6 +61,7 @@ class UserPasswordPolicyService
|
||||
return self::PASSWORD_MIN_LENGTH;
|
||||
}
|
||||
|
||||
// Wrapper so this service can be used in tests before the t() helper is loaded.
|
||||
private function translate(string $text, mixed ...$args): string
|
||||
{
|
||||
if (function_exists('t')) {
|
||||
|
||||
Reference in New Issue
Block a user