Closed DiV666 closed 1 year ago
@DiV666 Can you try to compile the container before executing findTaggedServiceIds?
yes, even running compile before, returns an empty iterator
Is returning a Generator not an array. Try to iterate it with a for… You will find all your services
Hi,
I have added a tag in a container.register like this:
But the findTaggedServiceIds method always return an empty iterator:
version 3.0.5 I am doing something wrong?