Skip to content

Commit f362f09

Browse files
redjanymredjanym
authored and
redjanym
committed
Add getter for Collapse Key
1 parent f117cbe commit f362f09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Message.php

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ public function setCollapseKey($collapseKey)
5757
return $this;
5858
}
5959

60+
public function getCollapseKey()
61+
{
62+
return $this->collapseKey;
63+
}
64+
6065
public function setPriority($priority)
6166
{
6267
$this->priority = $priority;

0 commit comments

Comments
 (0)