reconstruct job admin side
This commit is contained in:
@@ -398,6 +398,7 @@ class JobPostingController extends BaseController
|
||||
'department' => trim((string) $this->request->getPost('department')),
|
||||
'location' => trim((string) $this->request->getPost('location')),
|
||||
'employment_type' => trim((string) $this->request->getPost('employment_type')),
|
||||
'responsibilities' => trim((string) $this->request->getPost('responsibilities')),
|
||||
'requirements' => trim((string) $this->request->getPost('requirements')),
|
||||
];
|
||||
}
|
||||
@@ -427,6 +428,7 @@ class JobPostingController extends BaseController
|
||||
'department' => (string) ($data['department'] ?? ''),
|
||||
'location' => (string) ($data['location'] ?? ''),
|
||||
'employment_type' => (string) ($data['employment_type'] ?? ''),
|
||||
'responsibilities' => (string) ($data['responsibilities'] ?? ''),
|
||||
'requirements' => (string) ($data['requirements'] ?? ''),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user