We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 990f267 + d0c4b63 commit 9477231Copy full SHA for 9477231
src/Adapters/Postmark.php
@@ -39,7 +39,7 @@ public function getAction()
39
return $this->eventMap[ Arr::get($this->payload, 'Type') ];
40
}
41
42
- return array_get($this->eventMap, Arr::get($this->payload, 'RecordType'));
+ return Arr::get($this->eventMap, Arr::get($this->payload, 'RecordType'));
43
44
45
/**
0 commit comments