Skip to content

Commit

Permalink
fix orderData to be nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbirch authored Aug 15, 2023
1 parent 41d24b8 commit 682f4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/MailEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ class MailEvent extends CancelableEvent
/**
* @var array Order data at the time the email sends.
*/
public array $orderData;
public ?array $orderData;
}

0 comments on commit 682f4e1

Please sign in to comment.