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