I have a working Laravel 9 queued job class using the 'database' driver.
I would like to show these jobs on a website and therefore I would like to add and save a value on a custom field on these jobs records when they are constructed.
I have a working Laravel 9 queued job class using the 'database' driver.
I would like to show these jobs on a website and therefore I would like to add and save a value on a custom field on these jobs records when they are constructed.