🐛 Update example to support 100+ longitudes

This commit is contained in:
Anton Smith 2018-12-07 15:11:53 +13:00 committed by GitHub
parent fcee9fd879
commit e02039c9c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class MyDataObject extends DataObject
{
private static $db = [
'Latitude' => 'Decimal(10, 8)',
'Longitude' => 'Decimal(10, 8)'
'Longitude' => 'Decimal(11, 8)'
];
public function getCMSFields()