'integer', ]; public function site(): BelongsTo { return $this->belongsTo(Site::class); } }