mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
'img/einundzwanzig.png'
This commit is contained in:
@@ -102,7 +102,7 @@ class Meetup extends Model implements HasMedia
|
|||||||
if ($media) {
|
if ($media) {
|
||||||
$path = str($media->getPath())->after('storage/app/');
|
$path = str($media->getPath())->after('storage/app/');
|
||||||
} else {
|
} else {
|
||||||
$path = 'public/fallback/einundzwanzig.png';
|
$path = 'img/einundzwanzig.png';
|
||||||
}
|
}
|
||||||
|
|
||||||
return Attribute::make(
|
return Attribute::make(
|
||||||
|
|||||||
Reference in New Issue
Block a user