belongsTo('User', 'author'); } public function scopeAktuell($query) { return $query->orderBy('updated_at', 'DESC')->take(5); } }