Skip to content

Commit

Permalink
Update EnvelopeRecipientAttachment.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepperoni1337 authored Oct 23, 2023
1 parent d294a34 commit 5d3f18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resource/EnvelopeRecipientAttachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class EnvelopeRecipientAttachment extends BaseResource

public string $type;

public File $file;
public ?File $file;

public ?string $name = null;
}

0 comments on commit 5d3f18c

Please sign in to comment.