mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-06 22:53:36 +03:00
Bug fix with getContentIdMap return type
This commit is contained in:
parent
0d1958d8b6
commit
2eb93f2931
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ final class ShowResponse implements ApiResponse
|
|||
return $this->messageUrl;
|
||||
}
|
||||
|
||||
public function getContentIdMap(): ?string
|
||||
public function getContentIdMap(): ?array
|
||||
{
|
||||
return $this->contentIdMap;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue