added endpoints laporan kelulusan and make id into string
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user