diff --git a/src/ContainerCompiled.php b/src/ContainerCompiled.php index 4b9466d..ae72ce4 100644 --- a/src/ContainerCompiled.php +++ b/src/ContainerCompiled.php @@ -57,7 +57,7 @@ public function get(string $id): object * * @psalm-suppress MixedMethodCall */ - $instance = new $proxyClass($this); + $instance = new $proxyClass($this->decorated); return $instance; }