mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Change method name to setIsRequired() to match other similar methods
This commit is contained in:
parent
ecbe25ad78
commit
e418b7b672
@ -164,7 +164,7 @@ class Form_Input extends Form_Element
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function setRequired()
|
||||
public function setIsRequired()
|
||||
{
|
||||
$this->_attributes['required'] = true;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user