Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The previous PR #881 made the default behavior opt-out, while I think we actually want it to be opt-in to avoid breaking changes.
For some more context, I am updating composer packages and our test cases were failing that were concerned with auditing. After some digging, I realized I had to copy over the updates to config/audit.php and ensure that we had
'audit.queue.enabled'
set tofalse
.With the change proposed in this PR, there's no need to copy over the configuration (which isn't always obvious), it will just work exactly as it did previously without updating the configuration.