Change volume units to be in lbs/kg closes #193
This commit is contained in:
@@ -9,11 +9,6 @@ use Illuminate\Contracts\Support\Arrayable;
|
||||
*/
|
||||
class Mass extends \PhpUnitsOfMeasure\PhysicalQuantity\Mass implements Arrayable
|
||||
{
|
||||
/**
|
||||
* The unit this is stored as
|
||||
*/
|
||||
public const STORAGE_UNIT = 'lbs';
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user