20250330#3

This commit is contained in:
User
2025-03-30 18:35:21 +03:00
parent 1ce2a09e01
commit f3458d1870
10 changed files with 52 additions and 39 deletions

View File

@@ -8,7 +8,7 @@ use Attribute;
class Entity {
public function __construct(
public bool $withoutEmpty = false,
public bool $ignorEmpty = false,
) {}
}