From 26f49b7e27076e689541b9e13a1b54f60a4ee5c2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jul 2024 02:57:23 +0900 Subject: feat: organize namespaces --- src/Structure/Types/Limits.php | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/Structure/Types/Limits.php (limited to 'src/Structure/Types/Limits.php') diff --git a/src/Structure/Types/Limits.php b/src/Structure/Types/Limits.php deleted file mode 100644 index e2ec343..0000000 --- a/src/Structure/Types/Limits.php +++ /dev/null @@ -1,24 +0,0 @@ -min && - ($this->max === null || $this->min <= $this->max); - } -} -- cgit v1.2.3-70-g09d2