Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Commit

Permalink
Small bug fix for testmode method
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogardo committed Jun 11, 2014
1 parent 0102357 commit 40f9445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bogardo/Mailgun/Mailgun/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ public function setDeliveryTime($time)
public function testmode($inEnabled = false)
{
$this->{'o:testmode'} = $inEnabled;
return $this;
}

/**
Expand Down

0 comments on commit 40f9445

Please sign in to comment.