mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Revert the return type for UserForm::getRequiredFields
This commit is contained in:
parent
25bfc9eaf5
commit
b53619477c
@ -162,7 +162,7 @@ class UserForm extends Form
|
||||
/**
|
||||
* Get the required form fields for this form.
|
||||
*
|
||||
* @return UserFormsRequiredFields
|
||||
* @return RequiredFields
|
||||
*/
|
||||
public function getRequiredFields()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user