belongsTo(User::class); } public function cashier(): BelongsTo { return $this->belongsTo(User::class, 'cashier_id'); } }