Commit c51424e4b5fbf9b4e026b48a925fd63f0d001e5c
1 parent
0cca95c684
Exists in
master
vacancy update redirect to list
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
app/Http/Controllers/EmployerController.php
... | ... | @@ -286,7 +286,7 @@ class EmployerController extends Controller |
286 | 286 | $Employer = Employer::query() |
287 | 287 | ->with('users')->with('ads')->with('flots')->where('user_id', $id)->first(); |
288 | 288 | |
289 | - return redirect()->back()->with('success', 'Вакансия успешно отредактирована'); | |
289 | + return redirect()->route('employer.vacancy_list')->with('success', 'Вакансия успешно отредактирована'); | |
290 | 290 | } |
291 | 291 | |
292 | 292 | // Сохранение карточки вакансии |