Skip to content

Commit

Permalink
Break the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Nov 1, 2023
1 parent 4d00794 commit ebf4df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Product/Tea.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Tea extends AbstractEntity
/**
* @Extbase\Validate("StringLength", options={"maximum": 2000})
*/
protected string $description = '';
protected string $description;

private string $internalNotes;

Expand Down

0 comments on commit ebf4df2

Please sign in to comment.