mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-12-01 17:36:05 +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;
|
return $this->messageUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getContentIdMap(): ?string
|
public function getContentIdMap(): ?array
|
||||||
{
|
{
|
||||||
return $this->contentIdMap;
|
return $this->contentIdMap;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user