From 4eef2546886ef93e597f62ea0f9e9aec634a1a97 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sun, 11 Feb 2018 19:58:07 -0600 Subject: [PATCH] set nautical miles as the default mass unit #189 --- app/Support/Units/Distance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Support/Units/Distance.php b/app/Support/Units/Distance.php index b575f508..bb9653ad 100644 --- a/app/Support/Units/Distance.php +++ b/app/Support/Units/Distance.php @@ -12,7 +12,7 @@ class Distance extends \PhpUnitsOfMeasure\PhysicalQuantity\Length implements Arr /** * The unit that this is stored as */ - public const STORAGE_UNIT = 'mi'; + public const STORAGE_UNIT = 'nmi'; /** * @return string