From 73734d936d5e087f6c3dee8ebaa2b85dda8e2446 Mon Sep 17 00:00:00 2001 From: mahdahar <89adham@gmail.com> Date: Mon, 13 Oct 2025 07:23:17 +0700 Subject: [PATCH] prework --- app/Models/PatVisitModel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/PatVisitModel.php b/app/Models/PatVisitModel.php index 6b9eb7e..51d41bb 100644 --- a/app/Models/PatVisitModel.php +++ b/app/Models/PatVisitModel.php @@ -13,7 +13,7 @@ class PatVisitModel extends Model { protected $visnum_prefix; public function __construct() { - $this->db = \Config\Database::connect(); + $this->db = \Config\Database::connect(); $this->visnum_prefix = "DV"; }