mirror of
https://github.com/a2nt/silverstripe-mapboxfield.git
synced 2024-10-22 12:05:53 +00:00
Merge branch 'master' of github.com:bigfork/silverstripe-mapboxfield
This commit is contained in:
commit
de4b2674af
@ -26,7 +26,7 @@ class MyDataObject extends DataObject
|
|||||||
{
|
{
|
||||||
private static $db = [
|
private static $db = [
|
||||||
'Latitude' => 'Decimal(10, 8)',
|
'Latitude' => 'Decimal(10, 8)',
|
||||||
'Longitude' => 'Decimal(10, 8)'
|
'Longitude' => 'Decimal(11, 8)'
|
||||||
];
|
];
|
||||||
|
|
||||||
public function getCMSFields()
|
public function getCMSFields()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user