task banners

This commit is contained in:
CHIEFSOFT\ameye
2023-07-05 10:14:24 -04:00
parent 8d16f32677
commit 82fce0aa6b
+1
View File
@@ -463,6 +463,7 @@ class ResultFormatter extends Model
'job_country' => $out["job_country_${key}"],
'currency' => $out["currency_${key}"],
'currency_code' => $out["currency_code_${key}"],
"banner" => 'default.jpg',
'interest_count' => $out["${$int_c}"] ?? 0,
'category' => $this->dummyGetCategory( $cateG )
);