From 415a0a96a76afbe7f1ad2f51862641793caf1b6c Mon Sep 17 00:00:00 2001
From: Jonas Kohl
Date: Sun, 8 Sep 2024 17:53:55 +0200
Subject: Initial commit

---
 src/application/mystic/forum/attributes/Table.php | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 src/application/mystic/forum/attributes/Table.php

(limited to 'src/application/mystic/forum/attributes/Table.php')

diff --git a/src/application/mystic/forum/attributes/Table.php b/src/application/mystic/forum/attributes/Table.php
new file mode 100644
index 0000000..60fe1ae
--- /dev/null
+++ b/src/application/mystic/forum/attributes/Table.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace mystic\forum\attributes;
+
+#[\Attribute(\Attribute::TARGET_CLASS)]
+class Table {
+    public function __construct(
+        public readonly string $tableName,
+    ) {}
+}
-- 
cgit v1.2.3