We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7e460 commit a863853Copy full SHA for a863853
src/ShapeRecord.php
@@ -217,15 +217,15 @@ private function _loadPoint() {
217
}
218
219
private function _loadPointM() {
220
- $data = $this->loadPoint();
+ $data = $this->_loadPoint();
221
222
$data['m'] = $this->_loadData('d', 8);
223
224
return $data;
225
226
227
private function _loadPointZ() {
228
229
230
$data['z'] = $this->_loadData('d', 8);
231
0 commit comments