diff --git a/app/Models/Media.php b/app/Models/Media.php index 83f13e84..c660225c 100644 --- a/app/Models/Media.php +++ b/app/Models/Media.php @@ -58,7 +58,7 @@ class Media extends Model ); } - protected function smallmurl(): Attribute + protected function smallurl(): Attribute { return Attribute::get( get: fn ($value, $attributes) => $this->getSizeUrl($attributes['path'], 'small'),