vdomah / octoexcel

OctoberCMS wrapper for Maatwebsite/Laravel-Excel
MIT License
14 stars 10 forks source link

Declaration of Illuminate\Mail\Mailer::queue($view, $queue = NULL) must be compatible with Illuminate\Contracts\Mail\MailQueue::queue($view, array $data, $callback, $queue = NULL) #10

Closed bkrajendra closed 4 years ago

bkrajendra commented 5 years ago

Error in plugin due to outdated dependency in vendor Octobercms Build 446

Declaration of Illuminate\Mail\Mailer::queue($view, $queue = NULL) must be compatible with Illuminate\Contracts\Mail\MailQueue::queue($view, array $data, $callback, $queue = NULL)

To reproduce try sending email through Mailer::send()

Please update your plugin for the same.

ndcisiv commented 5 years ago

Appears to be back again with the latest update for OctoberCMS.

vdomah commented 4 years ago

Fixed