feat: 직접 작성한 DTO
This commit was merged in pull request #220.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace sammo\DTO\Attr;
|
||||
|
||||
#[\Attribute(\Attribute::TARGET_PROPERTY)]
|
||||
class JsonString
|
||||
{
|
||||
public function __construct(public readonly bool $emptyItemIsArray = false)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user