Skip to content
Snippets Groups Projects
Commit fe784038 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Bilder von Fairmondo eingefügt

parent c986d567
No related branches found
No related tags found
2 merge requests!102Development,!101Bilder von Fairmondo eingefügt
/vendor
/node_modules
/public/storage
*.sh
Homestead.json
.env
......@@ -28,7 +28,10 @@ class Fairmondo extends Searchengine
{
$descr .= " | Preis: " . (intval($result['price_cents']) / 100.0) . " €";
}
if( isset($result['title_image_url']) )
{
$image = $result['title_image_url'];
}
$this->counter++;
$this->results[] = new \App\Models\Result(
......@@ -38,7 +41,9 @@ class Fairmondo extends Searchengine
$anzeigeLink,
$descr,
$this->gefVon,
$this->counter
$this->counter,
false,
$image
);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment