dep,refac: DTO를 composer 외부로 이동

This commit is contained in:
2022-08-05 23:43:38 +09:00
parent f8cd58bcb3
commit da27ae2bad
27 changed files with 90 additions and 1264 deletions
+3 -3
View File
@@ -2,10 +2,10 @@
namespace sammo\DTO;
use sammo\DTO\Attr\NullIsUndefined;
use sammo\DTO\Attr\RawName;
use LDTO\Attr\NullIsUndefined;
use LDTO\Attr\RawName;
class VoteComment extends DTO
class VoteComment extends \LDTO\DTO
{
public function __construct(
#[NullIsUndefined]