Skip to content

Commit

Permalink
Update CompositeEye.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mustanggb committed Mar 14, 2022
1 parent 0069435 commit 1d0eaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer/Eye/CompositeEye.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public function getExternalPath() : Path

public function getInternalPath() : Path
{
return $this->externalEye->getInternalPath();
return $this->internalEye->getInternalPath();
}
}

0 comments on commit 1d0eaa5

Please sign in to comment.