From accfa9d04f7cffc14a84de82f372e8d4bee9fe6b Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Thu, 19 Feb 2026 20:59:25 +0200 Subject: [PATCH] init text entity --- app/Text/Text.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app/Text/Text.php diff --git a/app/Text/Text.php b/app/Text/Text.php new file mode 100644 index 0000000..7048c91 --- /dev/null +++ b/app/Text/Text.php @@ -0,0 +1,15 @@ +name; + } +}