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