Skip to content

Commit 7c82489

Browse files
committed
make publish method private
1 parent 8833398 commit 7c82489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/IndexingService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function remove(string $url)
3333
return $this->publish($url, "URL_DELETED");
3434
}
3535

36-
public function publish(string $url, string $action)
36+
private function publish(string $url, string $action)
3737
{
3838
$urlNotification = new Google_Service_Indexing_UrlNotification();
3939
$urlNotification->setUrl($url);

0 commit comments

Comments
 (0)