We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd33d39 + feeac57 commit 7ad87cbCopy full SHA for 7ad87cb
src/AdsPostParser.php
@@ -54,7 +54,7 @@ public function appendAdvertising(array $params = []): string
54
}
55
56
try {
57
- $currentElement->outertext .= Blade::render('ads-post-parser::ads'.array_keys($thresholds)[$adsCount], ['params' => $params]);
+ $currentElement->outertext = Blade::render('ads-post-parser::ads'.array_keys($thresholds)[$adsCount], ['params' => $params]).$currentElement->outertext;
58
} catch (\Exception $e) {
59
// Content without ADV
60
0 commit comments