Container
Container copied to clipboard
question: why do you use strings like 'logger'
Hi, I saw in the documentation that you use something like $container->get('logger');
... why do you not use the Interface-Class-Name as key, or at least a constant, is there a technical reason?