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

7 lines
118 B
PHP
Raw Normal View History

2023-01-22 12:44:03 +01:00
<?php
namespace Core\Objects\DatabaseEntity\Attribute;
#[\Attribute(\Attribute::TARGET_PROPERTY)] class NoFetch {
}