Skip to content

Commit bde544a

Browse files
발송 모델에서 데이터가 자동으로 잘못들어가던 문제 해결
1 parent b5e22b5 commit bde544a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Models/Message.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,5 +265,9 @@ public function __construct()
265265
unset($this->kakaoOptions);
266266
unset($this->subject);
267267
unset($this->imageId);
268+
unset($this->autoTypeDetect);
269+
unset($this->groupId);
270+
unset($this->messageId);
271+
unset($this->type);
268272
}
269273
}

0 commit comments

Comments
 (0)