Skip to content

Commit 20334a3

Browse files
committed
Fix __traitConstruct() should return
Signed-off-by: Nguyen Van Nguyen <nguyennv1981@gmail.com>
1 parent 4b399f5 commit 20334a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Mail/Struct/SetCalendarItemInfoTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public function __construct(
6262
{
6363
$this->partStat = $partStat;
6464
$this->msg = $msg;
65+
return $this;
6566
}
6667

6768
/**

0 commit comments

Comments
 (0)