Skip to content

Commit f617710

Browse files
committed
Return this from setChannelId()
1 parent 68fddd3 commit f617710

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ExpoMessage.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,13 @@ public function setTtl(int $ttl)
141141
* Set the channelId of the notification for Android devices.
142142
*
143143
* @param string $channelId
144+
*
145+
* @return $this
144146
*/
145147
public function setChannelId(string $channelId)
146148
{
147149
$this->channelId = $channelId;
150+
return $this;
148151
}
149152

150153
/**

0 commit comments

Comments
 (0)