Perbaikan monitoring pasien ambulans 119

This commit is contained in:
2026-08-08 11:32:48 +07:00
parent 44d929e8fe
commit a287885db2
13 changed files with 1494 additions and 57 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class Pegawai extends BaseController
->orLike('jabatan', $term)
->groupEnd()
->orderBy('nama', 'ASC')
->findAll(10);
->findAll(16);
$result = [];