Skip to content

[11.x] Fix symfony/console:7.4 compatibility #56015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2025
Merged

Conversation

crynobone
Copy link
Member

Symfony Console deprecate add() method and instead calls addCommand() method from addCommands(). This cause the application not to have the correct instance of $laravel property.

PR: symfony/symfony#60394

Symfony Console deprecate `add()` method and instead calls
`addCommand()` method from `addCommands()`. This cause the application
not to have the correct instance of `$laravel` property.

PR: <symfony/symfony#60394>

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
@taylorotwell taylorotwell marked this pull request as ready for review June 12, 2025 17:26
@taylorotwell taylorotwell merged commit b6f2ea6 into 11.x Jun 12, 2025
61 checks passed
@taylorotwell taylorotwell deleted the 11/symfony-console-74 branch June 12, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants