Handle function in Laravel job class is not working but the constructor in job class working.Why?

2.3k Views Asked by At

dispatch((new placeJob($data))->onQueue('important'));

this line calls the job constructor, but log statement and any other statement in handle function is not working.

i'm trying to dispatch the job. but the handle function in job is not working. i'm expecting that handle function should work!

0

There are 0 best solutions below