format2
This commit is contained in:
@ -192,9 +192,4 @@ class NotEmptyForm extends Form
|
||||
$validator->setMessage('Enter your password.');
|
||||
$this->addField('password')->addValidator($validator);
|
||||
}
|
||||
|
||||
public function getProp($name)
|
||||
{
|
||||
return $this->$name;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user