Skip to content

Commit

Permalink
Allowed payload to be replaced in EndpointRequestDefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p committed Oct 2, 2023
1 parent db41e09 commit d3bf018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/Input/Value/InputPayload.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class InputPayload implements \Stringable

private string $content;

private ?string $name;
private string $name;

public function __construct(string $mediaType, string $format, string $content, string $name)
{
Expand Down

0 comments on commit d3bf018

Please sign in to comment.