7 lines
112 B
PHP
7 lines
112 B
PHP
<?php
|
|
|
|
namespace Objects\DatabaseEntity\Attribute;
|
|
|
|
#[\Attribute(\Attribute::TARGET_PROPERTY)] class Unique {
|
|
|
|
} |