'array', ]; } public function tenant(): BelongsTo { return $this->belongsTo(Tenant::class); } }