In Laravel Horizon, if you select a job, there is a section on that page labelled “Data”. Mine is blank, but I would love to put some data there, so I know what’s going on. I have a class that implements “ShouldQueue”. Where do I put my data in this class so that it shows up in the “Data” section?
Thanks.