motze92 / office365-mail

Office365 transport for Laravel
MIT License
62 stars 21 forks source link

fix: call parent constructor in Office365MailTransport class #26

Closed Pequem closed 2 years ago

Pequem commented 2 years ago

image

The parent class has a constructor and the Office365MailTransport class does not call parent construct, so the class are break the application.