The call to Illuminate\Contracts\Mail\Mailer::later is incompatible with the new method's interface updated in Laravel 5.5.
|
return $this->mailer->later($delay, $this->view, $this->data, $this->prepareCallback()); |
https://github.com/laravel/framework/blob/a47b50a5981c0cf0139939dfaea4191784b65acb/src/Illuminate/Contracts/Mail/MailQueue.php#L24