From 1d0eaa528f477c8b28feca9dba1b31b0098878da Mon Sep 17 00:00:00 2001 From: MustangGB Date: Mon, 14 Mar 2022 00:43:46 +0000 Subject: [PATCH] Update CompositeEye.php --- src/Renderer/Eye/CompositeEye.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }