Files
rmphp-storage/src/Attribute/EntityNoReturnIfNull.php
2025-03-30 18:35:21 +03:00

9 lines
127 B
PHP

<?php
namespace Rmphp\Storage\Attribute;
use Attribute;
#[Attribute(Attribute::TARGET_CLASS)]
class EntityNoReturnIfNull {}