Backend Model
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user