Skip to content

Commit

Permalink
Add getter for Collapse Key
Browse files Browse the repository at this point in the history
  • Loading branch information
redjanym authored and redjanym committed Sep 17, 2017
1 parent f117cbe commit f362f09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ public function setCollapseKey($collapseKey)
return $this;
}

public function getCollapseKey()
{
return $this->collapseKey;
}

public function setPriority($priority)
{
$this->priority = $priority;
Expand Down

0 comments on commit f362f09

Please sign in to comment.