Skip to content

Commit

Permalink
Add default value to $fieldtype int Data.php
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber authored and dvesh3 committed Mar 31, 2023
1 parent 25ed73b commit 3e550b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/DataObject/ClassDefinition/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ abstract class Data implements DataObject\ClassDefinition\Data\TypeDeclarationSu

public array|string|null $permissions = null;

public string $fieldtype;
public string $fieldtype = '';

public bool $relationType = false;

Expand Down

0 comments on commit 3e550b7

Please sign in to comment.