You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #491 [Demo] Convert blog commands to invokable commands (OskarStark)
This PR was merged into the main branch.
Discussion
----------
[Demo] Convert blog commands to invokable commands
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | yes
| Docs? | no
| Issues | --
| License | MIT
Convert `EmbedCommand` and `QueryCommand` to use Symfony 7.3's invokable commands feature by removing `Command` inheritance and using `__invoke` method instead of `execute()`.
Commits
-------
f650b62 [Demo] Convert blog commands to invokable commands
0 commit comments