belongsTo(Entry::class); } public function judge(): BelongsTo { return $this->belongsTo(User::class); } }