linwu 4 tháng trước cách đây
mục cha
commit
21dfb32dc3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Http/Controllers/Web/Company/ResumeController.php

+ 1 - 1
app/Http/Controllers/Web/Company/ResumeController.php

@@ -70,7 +70,7 @@ class ResumeController extends WebBaseController
         return view('app.company.resume.resume_health_apply', $result);
     }
 
-    public function download(Request $request)
+    public function resumeHealthDownload(Request $request)
     {
         $id = $request->input('id');
         PostAppoint::update(['status' => 1], ['id' => $id]);