20250427#1
This commit is contained in:
14
src/Attribute/ValueObjectPropertyName.php
Normal file
14
src/Attribute/ValueObjectPropertyName.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Rmphp\Storage\Attribute;
|
||||
|
||||
use Attribute;
|
||||
|
||||
#[Attribute(Attribute::TARGET_CLASS)]
|
||||
class ValueObjectPropertyName {
|
||||
|
||||
public function __construct(
|
||||
public ?string $name = null,
|
||||
) {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user