### Laravel Version 11.24.0 ### PHP Version 8.3.11 ### Database Driver & Version _No response_ ### Description My custom commands stoped working after the latest Laravel update and are not even being listed in `php artisan`. I think the problem might be from the update that changed the `ApplicationBuilder.php` file on this pull request: https://github.com/laravel/framework/pull/52867 If I restore the `ApplicationBuilder.php` from before this update, the custom commands work again. ### Steps To Reproduce On version 11.24.0 of Laravel create a custom command and check if it shows up with `php artisan`.