framework
framework copied to clipboard
fix: unable to remove lazy loaded commands
It appears the fix from https://github.com/laravel-zero/laravel-zero/issues/416 is not working on v10.
Currently, adding Illuminate\Database\Console\WipeCommand::class to 'remove' commands config does nothing. With this PR applied, the db:wipe command is successfully disabled.