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