Skip to content

Commit

Permalink
fix message object creation
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Feb 6, 2019
1 parent b539883 commit 04fe553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/SenderBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct(
array $attachments = []
) {
/** @var MessageInterface $message */
$message = $objectManager->create(MailMessageInterface::class);
$message = $objectManager->create(\Ebizmarts\Mandrill\Model\Message::class);
/** @var TransportBuilder $transportBuilder */
$transportBuilder = $objectManager->create(
TransportBuilder::class,
Expand Down

0 comments on commit 04fe553

Please sign in to comment.