mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 01:16:12 +01:00
Break the unit tests
This commit is contained in:
parent
102ced2153
commit
92eefeeff2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Tea extends AbstractEntity
|
|||
/**
|
||||
* @Extbase\Validate("StringLength", options={"maximum": 2000})
|
||||
*/
|
||||
protected string $description = '';
|
||||
protected string $description;
|
||||
|
||||
private string $internalNotes;
|
||||
|
||||
|
|
Loading…
Reference in a new issue