mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-29 08:26:06 +03:00
Bug fix with getContentIdMap return type
This commit is contained in:
parent
0d1958d8b6
commit
2eb93f2931
@ -131,7 +131,7 @@ final class ShowResponse implements ApiResponse
|
||||
return $this->messageUrl;
|
||||
}
|
||||
|
||||
public function getContentIdMap(): ?string
|
||||
public function getContentIdMap(): ?array
|
||||
{
|
||||
return $this->contentIdMap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user