From ca2d71e3eda436f47b06b0f41529ee5d60328cd0 Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 5 Feb 2026 21:22:46 +0000 Subject: [PATCH] - Added a messages() method --- src/Method/FormContext.php | 6 ++++++ 1 file changed, 6 insertions(+) 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 {