FriendsOfSymfony / FOSCKEditorBundle

Provides a CKEditor integration for your Symfony project.
Other
519 stars 83 forks source link

fix: activate lazyload for command listing #236

Open Chris53897 opened 3 years ago

Chris53897 commented 3 years ago

The docu is not up to date. There is a blog post about this, but could not find it at quick search. https://symfony.com/doc/current/console/commands_as_services.html#console-command-service-lazy-loading https://github.com/symfony/console/blob/5.4/Command/Command.php

I keept the 2 method calls in configure() for backward compatibility

lsmith77 commented 2 years ago

it would make sense to use the values in the static properties in the methods calls so that this isn’t just duplicated