fix rawsql on model

This commit is contained in:
mahdahar 2025-10-01 15:38:58 +07:00
parent 67b1ffefad
commit bd899819cf

View File

@ -3,6 +3,7 @@
namespace App\Models;
use CodeIgniter\Model;
use CodeIgniter\Database\RawSql;
class PatientModel extends Model {
protected $table = 'patient';