Add email template

This commit is contained in:
Deon George
2021-06-13 17:48:55 +10:00
parent 182f877701
commit 2cae5d984c
7 changed files with 446 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ abstract class Protocol
// Our product code
// @todo Move These to a config file
protected const product_code = 'AB8D';
protected const setup = 1;
public const setup = 1;
// Enable extra debugging
protected bool $DEBUG = FALSE;