Merge branch 'feature/primaya'
This commit is contained in:
@@ -367,7 +367,8 @@ class RequestLogController extends Controller
|
|||||||
'organization_id' => $request->organization_id ?? 0,
|
'organization_id' => $request->organization_id ?? 0,
|
||||||
'source' => $request->source,
|
'source' => $request->source,
|
||||||
'specialities_id' => $request->specialities_id,
|
'specialities_id' => $request->specialities_id,
|
||||||
'dppj' => $request->dppj
|
'dppj' => $request->dppj,
|
||||||
|
'approved_at' => $request->approved_at ?? now(),
|
||||||
];
|
];
|
||||||
|
|
||||||
// SIMPAN LOG
|
// SIMPAN LOG
|
||||||
|
|||||||
Reference in New Issue
Block a user