Closed patrickomeara closed 3 months ago
This enables the user to configure the job using ->setDeleteWhenMissingModels() within configureJob() or by setting $jobDeleteWhenMissingModels = true
->setDeleteWhenMissingModels()
configureJob()
$jobDeleteWhenMissingModels = true
Hey Loris! Yeah it's in L10 and L11. https://laravel.com/docs/10.x/queues#ignoring-missing-models https://laravel.com/docs/11.x/queues#ignoring-missing-models
Thanks for your hard work with this package.
This enables the user to configure the job using
->setDeleteWhenMissingModels()
withinconfigureJob()
or by setting$jobDeleteWhenMissingModels = true