Commit 39e5f3a375184c5da997e8ddbde32c5669225215
Exists in
master
Merge branch 'master' of http://gitlab.nologostudio.ru/alarionov/rekamore-su
Showing 1 changed file 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 | // Сохранение карточки вакансии |