Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Commit

Permalink
Fixed missing return tag on MessageAttachment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimmi authored and DZunke committed Aug 26, 2015
1 parent 8e5f0a0 commit 545fe1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Slack/Entity/MessageAttachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ public function addField($title, $text, $scale = false)
'value' => (string)$text,
'short' => $scale
];

return $this;
}

/**
Expand Down

0 comments on commit 545fe1c

Please sign in to comment.