Skip to content

Commit

Permalink
ci: adjustment for styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
deto1986 committed Jan 4, 2024
1 parent 22a8881 commit 369acea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiscordChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct(Discord $discord)
*/
public function send($notifiable, Notification $notification)
{
if (!$channel = $notifiable->routeNotificationFor('discord', $notification)) {
if (! $channel = $notifiable->routeNotificationFor('discord', $notification)) {
return;
}

Expand Down

0 comments on commit 369acea

Please sign in to comment.