Skip to content

Laravel Executor v2.1.1

Compare
Choose a tag to compare
@ash-jc-allen ash-jc-allen released this 08 Oct 22:15
· 5 commits to master since this release

Laravel Executor v2.1.1

Bug Fixes

Fixed generator command bug (#17)

As of Laravel 7 (laravel/framework#33423), the handle() method in the command stub changed from // to return 0. This meant that if you created an Executor with a command, it wouldn't correctly update the method body and add the Executor to the command ready for running.