framework icon indicating copy to clipboard operation
framework copied to clipboard

fix: unable to remove lazy loaded commands

Open alpha0010 opened this issue 1 year ago • 0 comments

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.

alpha0010 avatar Apr 25 '24 21:04 alpha0010