Skip to content

Commit

Permalink
fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
docjyJ committed Oct 6, 2024
1 parent c714012 commit dfb7bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Models/EmailEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function __construct(
public int $cid,
public string $uid,
public string $email,
public EmailType $type = EmailType::Primary,
public EmailType $type,
) {
}

Expand Down

0 comments on commit dfb7bef

Please sign in to comment.