mixed
queueOn(string $queue, string|array $view, array $data, Closure|string $callback)
Queue a new e-mail message for sending on the given queue. This method didn't match rest of framework's "onQueue" phrasing. Added "onQueue". Parameters string $queue string|array $view array $data
Closure|string $callback Return Value mixed