Skip to content

Commit 9bdd622

Browse files
authored
Update src/Notifications/Slack.php
1 parent b5e870b commit 9bdd622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Notifications/Slack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function persist($persist = true): self
4949
return $this;
5050
}
5151

52-
public function channel($channel = null): self
52+
public function channel(string $channel): self
5353
{
5454
$this->channel = $channel;
5555

0 commit comments

Comments
 (0)