Skip to content

Commit 398941e

Browse files
committed
Merge branch '1.4' into 1
2 parents fba42c6 + 6b30701 commit 398941e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ class Store extends DataObject
3737
));
3838

3939
// remove the lat / lng fields from the CMS
40-
$fields->removeFieldFromTab('Root.Main', 'Lat');
41-
$fields->removeFieldFromTab('Root.Main', 'Lng');
40+
$fields->removeFieldFromTab('Root.Main', 'Latitude');
41+
$fields->removeFieldFromTab('Root.Main', 'Longitude');
4242

4343
return $fields;
4444
}

0 commit comments

Comments
 (0)