owen-it / laravel-auditing

Record the change log from models in Laravel
https://laravel-auditing.com
MIT License
2.94k stars 382 forks source link

Disable queue by default #894

Closed erikn69 closed 6 months ago

erikn69 commented 6 months ago

Apparently queue causes unexpected problems, it would be safer if it were disabled by default

https://github.com/owen-it/laravel-auditing/pull/882#issuecomment-1871250510

100%. The default value should also be false in config/audit.php There is a breaking change currently re queues and this PR doesn't really prevent the issue happening. See: https://github.com/owen-it/laravel-auditing/issues/890