Skip to content

Commit

Permalink
Update src/lib/Persistence/Legacy/Content/Mapper/ResolveVirtualFieldS…
Browse files Browse the repository at this point in the history
…ubscriber.php

Co-authored-by: Konrad Oboza <[email protected]>
  • Loading branch information
Nattfarinn and konradoboza authored Jun 5, 2024
1 parent 2944bb7 commit 15c129d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private function getDefaultValue(FieldDefinition $fieldDefinition): FieldValue
private function getDefaultStorageValue(): StorageFieldValue
{
$storageValue = new StorageFieldValue();
$storageValue->dataFloat = 0;
$storageValue->dataFloat = 0.0;
$storageValue->dataInt = 0;
$storageValue->dataText = '';
$storageValue->sortKeyInt = 0;
Expand Down

0 comments on commit 15c129d

Please sign in to comment.