You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?