diff --git a/app/Status.php b/app/Status.php index 3b597f0d6..b63762904 100644 --- a/app/Status.php +++ b/app/Status.php @@ -20,7 +20,7 @@ class Status extends Model public function firstMedia() { - return $this->hasOne(Media::class)->orderBy('order', 'asc'); + return $this->hasOne(Media::class)->orderBy('order', 'asc')->limit(1); } public function thumb()