20250330#2

This commit is contained in:
User
2025-03-30 15:13:47 +03:00
parent fd996d40c8
commit 1ce2a09e01
5 changed files with 24 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ use Attribute;
class ValueObject {
public function __construct(
public bool $autoPropertyName = true,
public ?string $propertyName = null,
) {}