This commit is contained in:
ivan-sim
2024-01-05 17:14:19 +07:00
parent 63e684f363
commit efdc0853d8

View File

@@ -63,7 +63,8 @@ class RequestLogController extends Controller
// Insert data ke tabel organizations
$organization_id = DB::table('organizations')
->insertGetId([
'name' => $request->name_provider,
'name' => $request->name_provider,
'code' => $request->name_provider,
'type' => 'hospital',
'created_at' => now(),
'created_by' => auth()->user()->id