$this->firewallNames =
$firewallNames;
$this->contexts =
$contexts;
$this->eventDispatchers =
$eventDispatchers;
$this->authenticators =
$authenticators;
parent::
__construct();
} protected function configure(): void
{ $exampleName =
$this->
getExampleName();
$this ->
setHelp(<<<EOF
The <info>%command.name%</info> command displays the firewalls that are configured
in your application:
<info>php %command.full_name%</info>
You can pass a firewall name to display more detailed information about
a specific firewall:
<info>php %command.full_name%