OverwriteRules
This commit is contained in:
parent
3a26a2e0c2
commit
709201547c
8 changed files with 252 additions and 19 deletions
12
src/Attributes/OverwriteRules.php
Normal file
12
src/Attributes/OverwriteRules.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Icefox\DTO\Attributes;
|
||||
|
||||
use Attribute;
|
||||
|
||||
#[Attribute(Attribute::TARGET_METHOD)]
|
||||
class OverwriteRules
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue