Skip to content

Commit

Permalink
Fix __traitConstruct() should return
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <[email protected]>
  • Loading branch information
nguyennv committed Oct 3, 2023
1 parent 4b399f5 commit 20334a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mail/Struct/SetCalendarItemInfoTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public function __construct(
{
$this->partStat = $partStat;
$this->msg = $msg;
return $this;
}

/**
Expand Down

0 comments on commit 20334a3

Please sign in to comment.