Merge remote-tracking branch 'origin/master' into mhmfajar

This commit is contained in:
Muhammad Fajar
2022-11-03 09:56:48 +07:00
1193 changed files with 45 additions and 5 deletions

0
Modules/Linksehat/Http/Controllers/.gitkeep Normal file → Executable file
View File

View File

View File

View File

View File

@@ -61,10 +61,7 @@ class DoctorController extends Controller
$doctors = $doctors->paginate($limit);
return response()->json([
'message' => 'Sukses mengambil data Dokter',
'doctors' => Helper::paginateResources(PractitionerRoleToDoctorResource::collection($doctors))
]);
return Helper::makeJsonResponse(Helper::paginateResources(PractitionerRoleToDoctorResource::collection($doctors)));
}
/**

View File

View File

View File

View File

View File