20250330#6

This commit is contained in:
User
2025-03-30 20:19:12 +03:00
parent e6fd18fa2f
commit 09e8520ded
3 changed files with 13 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace Rmphp\Storage\Attribute;
use Attribute;
#[Attribute(Attribute::TARGET_CLASS)]
class ValueObjectAutoPropertyName {}