- Added a messages() method
This commit is contained in:
parent
7e2d4c7dc2
commit
ca2d71e3ed
@ -170,6 +170,12 @@ class FormContext implements FormContextInterface
|
||||
$this->formContextMessages[] = $message;
|
||||
}
|
||||
|
||||
public function messages() : array
|
||||
{
|
||||
return $this->formContextMessages;
|
||||
}
|
||||
|
||||
|
||||
protected function fillValues() : void
|
||||
{
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user