Skip to content

Allow console commands to be lazy loaded - #61

Merged
alexander-schranz merged 1 commit into
php-task:masterfrom
benr77:benr77-lazy-commands
Aug 20, 2026
Merged

Allow console commands to be lazy loaded#61
alexander-schranz merged 1 commit into
php-task:masterfrom
benr77:benr77-lazy-commands

Conversation

@benr77

@benr77 benr77 commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Add command names to console command definitions to allow lazy loading.

Without this I was finding the DoctrineMetadataCacheWarmer was borking because it was not the first cache warmer to run, because these commands could not be lazy loaded due to the missing attribute.

Add command names to console command definitions to allow lazy loading.

Without this I was finding the DoctrineMetadataCacheWarmer was borking because it was not the first cache warmer to run, because these commands could not be lazy loaded due to the missing attribute.
@alexander-schranz
alexander-schranz merged commit 01870ea into php-task:master Aug 20, 2026
11 checks passed
@benr77
benr77 deleted the benr77-lazy-commands branch August 20, 2026 09:35
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