fix missing parts
This commit is contained in:
@@ -174,7 +174,7 @@ class ResultFormatter extends Model
|
||||
"id" => $out["id_${key}"],
|
||||
"offer_uid" => $out["offer_uid_${key}"],
|
||||
"job_uid" => $out["job_uid_${key}"],
|
||||
"job_description" => cleanUpDescription($out["job_description_${key}"]),
|
||||
"job_description" => $this->cleanUpDescription($out["job_description_${key}"]),
|
||||
"price" => $out["price_${key}"],
|
||||
"timeline_days" => $out["timeline_days_${key}"],
|
||||
"expire" => $out["expire_${key}"],
|
||||
|
||||
Reference in New Issue
Block a user