From 7ce22909f1de789abc073615920ff0c25d12760f Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 29 Nov 2023 23:23:45 +1100 Subject: [PATCH] email report template --- app/DataMapper/Schedule/EmailReport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/DataMapper/Schedule/EmailReport.php b/app/DataMapper/Schedule/EmailReport.php index 57fe1b0243f0..3ff8ec116d40 100644 --- a/app/DataMapper/Schedule/EmailReport.php +++ b/app/DataMapper/Schedule/EmailReport.php @@ -107,5 +107,5 @@ class EmailReport * Comma separated list of product.product_keys * to filter the report by */ - public string $product_key = '' + public string $product_key = ''; }