dep,refac: DTO를 composer 외부로 이동
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace sammo\DTO;
|
||||
|
||||
class VoteInfo extends DTO
|
||||
class VoteInfo extends \LDTO\DTO
|
||||
{
|
||||
public function __construct(
|
||||
public int $id,
|
||||
|
||||
Reference in New Issue
Block a user