Skip to content

Commit

Permalink
Merge pull request #33 from stayforlong/fix-transport
Browse files Browse the repository at this point in the history
Call parent constructor
  • Loading branch information
luisdalmolin authored Sep 1, 2022
2 parents 587c273 + af73576 commit 96b792f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MandrillTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class MandrillTransport extends AbstractTransport
*/
public function __construct(protected ApiClient $mailchimp, protected array $headers)
{
parent::__construct();
}

/**
Expand Down

0 comments on commit 96b792f

Please sign in to comment.