Login parts

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-13 21:58:44 -04:00
parent f6a657978a
commit 4826806960
5 changed files with 87 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ use CodeIgniter\Database\RawSql;
class baseModel extends Model
{
protected $db;
public $con_name = 'myfit';
public $con_name = '$float_coredb';
public function __construct()
{