'boolean', ]; } public function customer(): BelongsTo { return $this->belongsTo(Customer::class); } }