diff --git a/src/Method/FormContext.php b/src/Method/FormContext.php index a7cfa00..ee7b4c2 100644 --- a/src/Method/FormContext.php +++ b/src/Method/FormContext.php @@ -170,6 +170,12 @@ class FormContext implements FormContextInterface $this->formContextMessages[] = $message; } + public function messages() : array + { + return $this->formContextMessages; + } + + protected function fillValues() : void {