Laravel Executor v2.1.1
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.