9 lines
127 B
PHP
9 lines
127 B
PHP
<?php
|
|
|
|
namespace Rmphp\Storage\Attribute;
|
|
|
|
use Attribute;
|
|
|
|
#[Attribute(Attribute::TARGET_CLASS)]
|
|
class EntityNoReturnIfNull {}
|