Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run parent transport constructor #83

Merged
merged 1 commit into from
May 30, 2022

Conversation

mrk-j
Copy link
Contributor

@mrk-j mrk-j commented May 30, 2022

Hi guys,

After a recent composer update I ran into this issue when using this package:

Typed property Symfony\Component\Mailer\Transport\AbstractTransport::$dispatcher must not be accessed before initialization

This property became typed in a recent symfony/mailer release.

With this PR we run the parent constructor so the property will be initialized.

@mrk-j mrk-j changed the title Run parent constructor Run parent transport constructor May 30, 2022
@freekmurze freekmurze merged commit 5128888 into spatie:main May 30, 2022
@freekmurze
Copy link
Member

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants