Flat wit
This commit is contained in:
parent
75ce822b84
commit
77d1aebc0a
1 changed files with 12 additions and 0 deletions
12
src/Attributes/Flat.php
Normal file
12
src/Attributes/Flat.php
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace Icefox\DTO\Attributes;
|
||||||
|
|
||||||
|
use Attribute;
|
||||||
|
|
||||||
|
#[Attribute(Attribute::TARGET_PARAMETER)]
|
||||||
|
class Flat
|
||||||
|
{
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue