diff --git a/src/Tools/Lazy.php b/src/Tools/Lazy.php index d43fb7a..af09716 100644 --- a/src/Tools/Lazy.php +++ b/src/Tools/Lazy.php @@ -195,9 +195,6 @@ private static function castValue($propertyClass, $from) case "double": $value = (double)$from; break; - case "real": - $value = (real)$from; - break; case "boolean": $value = (boolean)$from; break;