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

Call to Mailer::later is incompatible with Laravel 5.5 interface #4

Open
qmcree opened this issue Jan 16, 2018 · 0 comments
Open

Call to Mailer::later is incompatible with Laravel 5.5 interface #4

qmcree opened this issue Jan 16, 2018 · 0 comments

Comments

@qmcree
Copy link

qmcree commented Jan 16, 2018

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

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

No branches or pull requests

1 participant