This commit is contained in:
icefox 2026-02-19 12:38:26 -03:00
parent 75ce822b84
commit 77d1aebc0a
No known key found for this signature in database

12
src/Attributes/Flat.php Normal file
View file

@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
namespace Icefox\DTO\Attributes;
use Attribute;
#[Attribute(Attribute::TARGET_PARAMETER)]
class Flat
{
}