We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396b685 commit 00dfe3fCopy full SHA for 00dfe3f
src/ContainerCompiled.php
@@ -57,7 +57,7 @@ public function get(string $id): object
57
*
58
* @psalm-suppress MixedMethodCall
59
*/
60
- $instance = new $proxyClass($this);
+ $instance = new $proxyClass($this->decorated);
61
62
return $instance;
63
}
0 commit comments