Skip to content

Commit 48c987c

Browse files
committed
Fix: non-public note is 852 $z, not $x
1 parent cba1508 commit 48c987c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fields/Location.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function getNonpublicNote()
6161

6262
public function getPublicNote()
6363
{
64-
return $this->sf('x');
64+
return $this->sf('z');
6565
}
6666

6767
public function __toString()

0 commit comments

Comments
 (0)