Skip to content

Commit 4f1c45f

Browse files
authored
Patch
1 parent 0bfd719 commit 4f1c45f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Processor/RecordProcessorManager.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ public function registerRecordProcessors(array $processors): void
1515
$this->processors = \array_merge($this->processors, $processors);
1616
}
1717

18+
public function getProcessors(): array
19+
{
20+
return $this->processors;
21+
}
22+
1823
public function getRecordProcessor(string $modelType): ?ModelUploadRecordProcessor
1924
{
2025
$processorClass = $this->processors[$modelType] ?? null;

0 commit comments

Comments
 (0)