Upgrade to 3.3.4
This commit is contained in:
@@ -38,7 +38,7 @@ return [
|
||||
return null;
|
||||
}
|
||||
|
||||
return (float)Str::float($value);
|
||||
return is_float($value) === true ? $value : (float)Str::float($value);
|
||||
}
|
||||
],
|
||||
'validations' => [
|
||||
|
Reference in New Issue
Block a user