Skip to content

Commit

Permalink
#465 - fix: fixed channel
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilpiech97 committed Jul 16, 2024
1 parent 092ecc9 commit 86b7112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __construct(

public function via(): array
{
return [Channels::MAIL];
return [Channels::SLACK];
}

public function toSlack(): SlackMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __construct(

public function via(): array
{
return [Channels::MAIL];
return [Channels::SLACK];
}

public function toSlack(): SlackMessage
Expand Down

0 comments on commit 86b7112

Please sign in to comment.