Skip to content

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

@qmcree

Description

@qmcree

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions