Skip to content

Commit a9a57ab

Browse files
committed
fix: add getProcessing method in AttributeHandler
1 parent 9d80852 commit a9a57ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/AttributeHandler.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,9 @@ public function getProcessingErrors(): array
101101
{
102102
return $this->processingErrors;
103103
}
104+
105+
public function getProcessingMessages(): array
106+
{
107+
return $this->processingMessages;
108+
}
104109
}

0 commit comments

Comments
 (0)