Commit daf1507c4655cbfd74db83a146b52931162b4911

Authored by Hayk Nazaryan
1 parent 44e612f7e4
Exists in master

order vacancies on autolift

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

app/Http/Controllers/EmployerController.php
... ... @@ -823,6 +823,7 @@ class EmployerController extends Controller
823 823 ->ads()
824 824 ->where('is_remove', 0)
825 825 ->where('active_is', 1)
  826 + ->orderBy('id', 'desc')
826 827 ->get();
827 828  
828 829 $options = $employer->autoliftOptions ?? new EmployerAutoliftOption();