Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Apr 19, 2023
1 parent 8105874 commit fe4d1fe
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Notifications/AbstractAlert.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ public function __construct(string $subject, array $payload, string $template, C
view("uptime::$template", $this->data($payload))->render(),
$users,
);

}

/**
* Get the notification's delivery channels.
*
* @param mixed $notifiable
* @return array
*/
public function via($notifiable)
{
return ['front'];
}

protected function data(array $payload, array $additionalData = []): array
Expand Down

0 comments on commit fe4d1fe

Please sign in to comment.