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:
Oliver Klee 2023-08-14 14:37:28 +02:00
parent 102ced2153
commit 92eefeeff2

View file

@ -23,7 +23,7 @@ class Tea extends AbstractEntity
/**
* @Extbase\Validate("StringLength", options={"maximum": 2000})
*/
protected string $description = '';
protected string $description;
private string $internalNotes;