FOSCKEditorBundle icon indicating copy to clipboard operation
FOSCKEditorBundle copied to clipboard

fix: activate lazyload for command listing

Open Chris53897 opened this issue 4 years ago • 1 comments

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

Chris53897 avatar Oct 08 '21 16:10 Chris53897

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

lsmith77 avatar Jan 07 '22 12:01 lsmith77