aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Types/TableType.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Types/TableType.php')
-rw-r--r--src/Structure/Types/TableType.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/Structure/Types/TableType.php b/src/Structure/Types/TableType.php
deleted file mode 100644
index 619ad25..0000000
--- a/src/Structure/Types/TableType.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-declare(strict_types=1);
-
-namespace Nsfisis\Waddiwasi\Structure\Types;
-
-final readonly class TableType
-{
- public function __construct(
- public Limits $limits,
- public RefType $refType,
- ) {
- }
-}