From e02039c9c7d3a2e524d1e89c24135f7dece8fd11 Mon Sep 17 00:00:00 2001 From: Anton Smith Date: Fri, 7 Dec 2018 15:11:53 +1300 Subject: [PATCH] :bug: Update example to support 100+ longitudes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fe7882..409be2c 100644 --- a/README.md +++ b/README.md @@ -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()