You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Fix laravel pint spaces 🆙
This commit is contained in:
@@ -25,6 +25,7 @@ class WebsiteAd extends Model
|
||||
if (! str_starts_with((string) $adsPicturePath, 'http')) {
|
||||
$adsPicturePath = rtrim((string) config('app.url'), '/') . '/' . ltrim((string) $adsPicturePath, '/');
|
||||
}
|
||||
|
||||
return rtrim((string) $adsPicturePath, '/') . '/' . $this->image;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user