Commit 1d31fd54a3b978e9eb7f8e145a5d89df4316321a
1 parent
63121904
test
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
frontend/controllers/CompanyController.php
... | ... | @@ -121,6 +121,7 @@ class CompanyController extends Controller |
121 | 121 | public function actionVacancyList($company_id) |
122 | 122 | { |
123 | 123 | $company = User::findOne($company_id); |
124 | + $vacancies = $company->vacancies; | |
124 | 125 | |
125 | 126 | return $this->render('vacancy-list',[ |
126 | 127 | 'company' => $company | ... | ... |