web-base/Core/Objects/DatabaseEntity/Attribute/Transient.class.php

7 lines
120 B
PHP

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