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

whenHttpPingUp() public method

public whenHttpPingUp ( HttpPingUp $event )
$event EricMakesStuff\ServerMonitor\Events\HttpPingUp
    public function whenHttpPingUp(HttpPingUp $event)
    {
        $this->notifier->httpPingUp($event->httpPingMonitor);
    }