简体   繁体   中英

Does request() helper work with laravel queue

I am trying to send email using laravel queue and database jobs table. In one of my file which is generating pdf which is attached with email has helper request()->organization, however it is throwing some sort of exception does laravel queue supports request() helper with queue?

Error:

#0 /var/www/app/Http/Services/Payslip.php(18): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8, 'Trying to get p...', '/var/www/app/Ht...', 18, Array)

在 __construct 函数中发送请求数据

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM