Skip to content

Commit

Permalink
Update SparkPostTransport.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jebl authored Dec 16, 2016
1 parent 20c8a0b commit 393eed1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Mail/Transport/SparkPostTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ public function setMetadata(array $metadata)
*
* @return string
*/
public function getMetadata(){
public function getMetadata()
{
return $this->metadata;
}
}

0 comments on commit 393eed1

Please sign in to comment.