We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e870b commit 9bdd622Copy full SHA for 9bdd622
src/Notifications/Slack.php
@@ -49,7 +49,7 @@ public function persist($persist = true): self
49
return $this;
50
}
51
52
- public function channel($channel = null): self
+ public function channel(string $channel): self
53
{
54
$this->channel = $channel;
55
0 commit comments