web-base/core/Objects/DatabaseEntity/Attribute/Transient.class.php
2022-06-20 19:52:31 +02:00

7 lines
115 B
PHP

<?php
namespace Objects\DatabaseEntity\Attribute;
#[\Attribute(\Attribute::TARGET_PROPERTY)] class Transient {
}