'array', ]; public function user(): BelongsTo { return $this->belongsTo(User::class); } public function merchant(): BelongsTo { return $this->belongsTo(Merchant::class, 'merchant_id'); } }