We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb9472 commit ad7d9b1Copy full SHA for ad7d9b1
src/Pinger.php
@@ -84,7 +84,7 @@ public function pingPingOMatic($title, $url, $rss = null, $params = [])
84
85
$service_url = 'http://pingomatic.com/ping/?'.$query_string;
86
87
- $this->sendPing($service_url, $query_string);
+ return $this->sendPing($service_url, $query_string);
88
}
89
90
public function ping($service_url, $title, $url, $rss = null)
0 commit comments