Commit 52cd6fac157b2976e0facc02907b1d191dffb6f5
1 parent
028431ad70
Exists in
master
and in
1 other branch
Обновление 5
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
app/Http/Controllers/EmployerController.php
... | ... | @@ -116,7 +116,7 @@ class EmployerController extends Controller |
116 | 116 | $id = Auth()->user()->id; |
117 | 117 | |
118 | 118 | $categories = Category::query()->active()->get(); |
119 | - $Positions = Positions::query()->active()->get(); | |
119 | + $Positions = Category::query()->active()->get(); | |
120 | 120 | if ($Positions->count()) { |
121 | 121 | $jobs = Job_title::query()->OrderBy('name')->where('position_id', $Positions[0]->id)->get(); |
122 | 122 | } else { |