I use this package like this:
use DecimalObjectCast;
protected $casts = [
'price' => 'decimal',
'amount' => 'decimal',
];
but have error.
Declaration of Decimal\DecimalObjectCast::asDecimal(Decimal\Decimal $value, $decimals) should be compatible with Illuminate\Database\Eloquent\Model::asDecimal($value, $decimals)
is there have a readme about this package?