Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Commit

Permalink
Merge branch '1.4' into 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Nov 28, 2017
2 parents fba42c6 + 6b30701 commit 398941e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ class Store extends DataObject
));

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

return $fields;
}
Expand Down

0 comments on commit 398941e

Please sign in to comment.