diff --git a/src/AttributeHandler.php b/src/AttributeHandler.php index 313ae4c..defb5e9 100644 --- a/src/AttributeHandler.php +++ b/src/AttributeHandler.php @@ -101,4 +101,9 @@ public function getProcessingErrors(): array { return $this->processingErrors; } + + public function getProcessingMessages(): array + { + return $this->processingMessages; + } }