We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024bd8b commit 28fd65bCopy full SHA for 28fd65b
1 file changed
DIContainer.php
@@ -272,6 +272,7 @@ private function mapDeferred(string $dependency, string $class): void
272
}
273
if (false === empty($class)) {
274
$this->bindings[$interface] = $class;
275
+ continue;
276
277
$this->bindings[$dependency] = $this->bindings[$interface];
278
break;
0 commit comments