Commit d44b9332decd01ce0d0bb9dc1aee89f1c1244ca5
1 parent
bbaa986c09
Exists in
master
vacancy update and create popups
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()->back()->with('success', 'Вакансия успешно отредактирована'); | |
290 | 290 | } |
291 | 291 | |
292 | 292 | // Сохранение карточки вакансии |