Backend Model

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-16 14:05:55 -04:00
parent 77c7cbb354
commit 5046454b73
2 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ class BackendModel extends Model
{
const DEBUG_API_CALLS = true;
public $wrenchboard;
private $wrenchboard; // internal use only - no overriding
public $USER = 'root';
public function __construct()
{