mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 00:09:24 +03:00
CS fixes
This commit is contained in:
parent
58a353e5f3
commit
a79b8bb86f
@ -81,5 +81,4 @@ final class IndexResponse implements ApiResponse
|
||||
{
|
||||
return $this->open['url'] ?? null;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -33,9 +33,6 @@ class ShowResponse implements ApiResponse
|
||||
return $model;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string|null
|
||||
*/
|
||||
public function getWebhookUrl(): ?string
|
||||
{
|
||||
return $this->webhook['url'] ?? null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user