From c51424e4b5fbf9b4e026b48a925fd63f0d001e5c Mon Sep 17 00:00:00 2001 From: anazaryan Date: Thu, 28 Nov 2024 20:36:43 +0400 Subject: [PATCH] vacancy update redirect to list --- app/Http/Controllers/EmployerController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/EmployerController.php b/app/Http/Controllers/EmployerController.php index 9e45798..904e848 100644 --- a/app/Http/Controllers/EmployerController.php +++ b/app/Http/Controllers/EmployerController.php @@ -286,7 +286,7 @@ class EmployerController extends Controller $Employer = Employer::query() ->with('users')->with('ads')->with('flots')->where('user_id', $id)->first(); - return redirect()->back()->with('success', 'Вакансия успешно отредактирована'); + return redirect()->route('employer.vacancy_list')->with('success', 'Вакансия успешно отредактирована'); } // Сохранение карточки вакансии -- 1.7.10.4