Upgrade to 3.3.4

This commit is contained in:
Bastian Allgeier
2020-02-18 09:52:14 +01:00
parent 9c87f2fbc3
commit 211e325864
16 changed files with 11378 additions and 145 deletions

View File

@@ -38,7 +38,7 @@ return [
return null;
}
return (float)Str::float($value);
return is_float($value) === true ? $value : (float)Str::float($value);
}
],
'validations' => [