email report template

This commit is contained in:
David Bomba 2023-11-29 23:23:45 +11:00
parent 3bf0f642e1
commit 7ce22909f1

View File

@ -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 = '';
}