mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
🔄 Refactor domain image helper to return attributes array
🖼️ Update SEO data to use domain attributes instead of single image 🌐 Adjust meetup model and blade component to use new domain attributes function
This commit is contained in:
@@ -76,7 +76,7 @@ class Meetup extends Model implements HasMedia
|
||||
$this
|
||||
->addMediaCollection('logo')
|
||||
->singleFile()
|
||||
->useFallbackUrl(get_domain_image());
|
||||
->useFallbackUrl(get_domain_attributes()['image']);
|
||||
}
|
||||
|
||||
public function createdBy(): BelongsTo
|
||||
|
||||
Reference in New Issue
Block a user