Skip to content

Commit

Permalink
Merge pull request #25 from punktDe/bugfix/add-default-for-dimensionhash
Browse files Browse the repository at this point in the history
BUGFIX: add default value for dimension hash
  • Loading branch information
andrehoffmann30 authored Nov 29, 2021
2 parents 65ae817 + 678bf33 commit fb2ff67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Domain/Model/FormData.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class FormData
* @var string
* @ORM\Column(length=32)
*/
protected $dimensionsHash;
protected $dimensionsHash = '';

/**
* @ORM\Column(type="flow_json_array")
Expand Down

0 comments on commit fb2ff67

Please sign in to comment.