belongsTo(User::class, 'subjs_id'); } public function show(): BelongsTo { return $this->belongsTo(Show::class, 'show_id'); } }