API Home dan Linking
This commit is contained in:
@@ -61,6 +61,8 @@ class DoctorResource extends JsonResource
|
||||
'speciality_id' => $item->speciality->id,
|
||||
];
|
||||
}),
|
||||
'period_start' => $items->pluck('period_start')->first(),
|
||||
'period_end' => $items->pluck('period_end')->first(),
|
||||
];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user