This commit is contained in:
Tony Air 2024-03-21 05:30:34 +13:00 committed by GitHub
commit 12f360b3da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ class PasswordField extends TextField
} }
return array_merge( return array_merge(
parent::getAttributes(), $attributes,
$attributes parent::getAttributes()
); );
} }