We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8054a2b commit 3a93fd6Copy full SHA for 3a93fd6
console/jobs/CreateReportJob.php
@@ -50,7 +50,7 @@ class CreateReportJob extends BaseObject implements RetryableJobInterface
50
/**
51
* @var array|null if set, the report will be generated on order numbers instead of date range.
52
*/
53
- public ?array $order_nrs;
+ public ?array $order_nrs = null;
54
55
56
0 commit comments