Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
schedule:test
on commands using runInBackground (#54321)
Force to run the selected command in the foreground. The `artisan schedule:test` command exited immediately after invocation and the selected command did not start if it uses `->runInBackground()`. If `->withoutOverlapping()` is used too, the mutex would not be removed and blocks any further execution without any user facing notice.
- Loading branch information