Closed michaelfox closed 4 years ago
Laravel 7 removes the swift.transport binding from the app container. Upgrade guide:
Laravel 7.x doesn't provide swift.mailer and swift.transport container bindings. You may now access these objects through the mailer binding:
$swiftMailer = app('mailer')->getSwiftMailer(); $swiftTransport = $swiftMailer->getTransport();
Laravel 7 removes the swift.transport binding from the app container. Upgrade guide: