Files
rmphp-storage/src/Attribute/ValueObjectAutoPropertyName.php
2025-03-30 20:19:12 +03:00

9 lines
134 B
PHP

<?php
namespace Rmphp\Storage\Attribute;
use Attribute;
#[Attribute(Attribute::TARGET_CLASS)]
class ValueObjectAutoPropertyName {}