DEBUG_API_CALLS set fo false

This commit is contained in:
CHIEFSOFT\ameye
2023-12-20 23:18:36 -05:00
parent 3a8852d651
commit 7a3aac2149
+1 -1
View File
@@ -5,7 +5,7 @@ use CodeIgniter\Model;
class BackendModel extends Model
{
const DEBUG_API_CALLS = true;
const DEBUG_API_CALLS = false;
private $wrenchboard; // internal use only - no overriding
public $USER = 'root';
public function __construct()