dep,refac: DTO를 composer 외부로 이동
This commit is contained in:
@@ -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 BettingItem extends DTO
|
||||
class BettingItem extends \LDTO\DTO
|
||||
{
|
||||
public function __construct(
|
||||
#[RawName('id')]
|
||||
|
||||
Reference in New Issue
Block a user