EricMakesStuff\ServerMonitor\Notifications\EventHandler::whenHttpPingDown PHP Method

whenHttpPingDown() public method

public whenHttpPingDown ( HttpPingDown $event )
$event EricMakesStuff\ServerMonitor\Events\HttpPingDown
    public function whenHttpPingDown(HttpPingDown $event)
    {
        $this->notifier->httpPingDown($event->httpPingMonitor);
    }