Change DEBUG to a static const
This commit is contained in:
@@ -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--';
|
||||
|
||||
|
Reference in New Issue
Block a user