added endpoints laporan kelulusan and make id into string

This commit is contained in:
Hafifie PKB
2025-07-06 08:49:21 +08:00
parent 448402061f
commit c369566ca9
3 changed files with 48 additions and 0 deletions
+4
View File
@@ -36,6 +36,10 @@ class Mohonid extends Model
'timestamp_approved_by_operasi',
];
protected $casts = [
'id' => 'string',
];
/**
* The attributes excluded from the model's JSON form.
*