This commit is contained in:
Radoje Albijanic 2019-01-22 18:58:18 +01:00 committed by David Garcia
parent 58a353e5f3
commit a79b8bb86f
2 changed files with 0 additions and 4 deletions

View File

@ -81,5 +81,4 @@ final class IndexResponse implements ApiResponse
{
return $this->open['url'] ?? null;
}
}

View File

@ -33,9 +33,6 @@ class ShowResponse implements ApiResponse
return $model;
}
/**
* @return string|null
*/
public function getWebhookUrl(): ?string
{
return $this->webhook['url'] ?? null;