mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-02 02:57:21 +01:00
Commented the code
This commit is contained in:
@@ -34,6 +34,12 @@ class SpeedtestComplete extends Notification
|
||||
return ['slack'];
|
||||
}
|
||||
|
||||
/**
|
||||
* Format slack notification
|
||||
*
|
||||
* @param mixed $notifiable
|
||||
* @return SlackMessage
|
||||
*/
|
||||
public function toSlack($notifiable)
|
||||
{
|
||||
$speedtest = $this->speedtest;
|
||||
|
||||
Reference in New Issue
Block a user