therezor / laravel-transactional-jobs

Run Laravel job inside transaction (after transaction is committed, or cancel if rolled back)
MIT License
45 stars 8 forks source link

Support for Laravel 9 #14

Closed stefanschindler closed 2 years ago

stefanschindler commented 2 years ago

Hi! It would be great if you could add support for Laravel 9 to this package.

Thanks!

therezor commented 2 years ago

Added support for laravel 9

stefanschindler commented 2 years ago

Great, thank you very much!