Skip to content

Commit

Permalink
Call parent constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
radykal-com committed Jun 16, 2022
1 parent 587c273 commit af73576
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 af73576

Please sign in to comment.