Skip to content

Commit

Permalink
Merge pull request #83 from mrk-j/fix-symfony-mailer-typed-property
Browse files Browse the repository at this point in the history
Run parent transport constructor
  • Loading branch information
freekmurze committed May 30, 2022
2 parents 3a97ede + 244a3e3 commit 5128888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PreviewMailTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class PreviewMailTransport extends AbstractTransport

public function __construct(Filesystem $files, int $maximumLifeTimeInSeconds = 60)
{
parent::__construct();

$this->filesystem = $files;

$this->maximumLifeTimeInSeconds = $maximumLifeTimeInSeconds;
Expand Down

0 comments on commit 5128888

Please sign in to comment.