myfit database

This commit is contained in:
2023-03-31 22:13:42 -04:00
parent fe1ec54bb0
commit 112f064994
+1 -1
View File
@@ -8,7 +8,7 @@ use CodeIgniter\Database\RawSql;
class baseModel extends Model
{
protected $db;
public $con_name = 'mermsemr';
public $con_name = 'myfit';
public function __construct()
{