Laravel Jobs Cache Fichier Choisir un ancien fichier de travail

//firstly, make sure that yiu run all cache clear php artisan commands along with composer dump-autoload, supervisor restart etc.
//secondly, delete your older job file from live site.
//  and then run your code including this job, which will obviously not work.
//then upload this job file again to live site, and now run this job code.
  
Handsome Horse