Closed grongor closed 5 years ago
It's useful if you want to reference the tag outside this package and not in the configuration files, for example like this:
$container->registerForAutoconfiguration(CommandHandler::class) ->addTag(TagBasedMapping::TAG_NAME, ['typehints' => true]);
Thanks!
It's useful if you want to reference the tag outside this package and not in the configuration files, for example like this: