Change DEBUG to a static const

This commit is contained in:
2023-07-19 10:27:47 +10:00
parent ee03604de3
commit dcae06aad9
5 changed files with 48 additions and 48 deletions

View File

@@ -14,7 +14,7 @@ use App\Models\{Address,Setup,System,SystemLog};
abstract class Protocol
{
// Enable extra debugging
protected bool $DEBUG = FALSE;
protected const DEBUG = FALSE;
private const LOGKEY = 'P--';