NoFetch Attribute

This commit is contained in:
2023-01-22 12:44:03 +01:00
parent e37b9355b9
commit e4e2511d1c
3 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace Core\Objects\DatabaseEntity\Attribute;
#[\Attribute(\Attribute::TARGET_PROPERTY)] class NoFetch {
}