Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Update Slack.php
Browse files Browse the repository at this point in the history
  • Loading branch information
djunehor authored Apr 22, 2021
1 parent 16968f1 commit 92d88de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Slack.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function __construct(array $config)
*
* @return $this
*/
public function webhook(string $url) : self
public function webhook(string $url): self
{
$this->anonymousNotifiable = Notification::route('slack', $url);

Expand Down

0 comments on commit 92d88de

Please sign in to comment.