Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 984b8c8

Browse files
authored
Merge pull request #38 from nook-ru/develop
Update keys html_body & text_body to html_path & txt_path
2 parents 4416096 + 976cd62 commit 984b8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/MailtrapMessage.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function getMessageData($key)
7575
return $this->{$key};
7676
}
7777

78-
$data_key = str_replace('body', 'path', $key);
78+
$data_key = str_replace(['text_body', 'html_body'], ['txt_path', 'html_path'], $key);
7979

8080
$data = $this->retrieveMessageData($data_key);
8181

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /