diff --git a/src/Renderer/Eye/CompositeEye.php b/src/Renderer/Eye/CompositeEye.php index a3e1909..0d03125 100644 --- a/src/Renderer/Eye/CompositeEye.php +++ b/src/Renderer/Eye/CompositeEye.php @@ -33,6 +33,6 @@ public function getExternalPath() : Path public function getInternalPath() : Path { - return $this->externalEye->getInternalPath(); + return $this->internalEye->getInternalPath(); } }