'array', ]; public function tenantIntegrations() { return $this->hasMany(TenantIntegration::class, 'integration_code', 'integration_code'); } }