We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8833398 commit 7c82489Copy full SHA for 7c82489
src/Services/IndexingService.php
@@ -33,7 +33,7 @@ public function remove(string $url)
33
return $this->publish($url, "URL_DELETED");
34
}
35
36
- public function publish(string $url, string $action)
+ private function publish(string $url, string $action)
37
{
38
$urlNotification = new Google_Service_Indexing_UrlNotification();
39
$urlNotification->setUrl($url);
0 commit comments