diff --git a/src/Controller/Filter/Tenant.php b/src/Controller/Filter/Tenant.php index d853635b7..b8c357b8a 100644 --- a/src/Controller/Filter/Tenant.php +++ b/src/Controller/Filter/Tenant.php @@ -49,7 +49,7 @@ public function handle(RequestInterface $request, ResponseInterface $response, F { $context = $this->contextFactory->getActive(); - $tenantId = $this->config->get('APP_TENANT_ID'); + $tenantId = $this->config->get('fusio_tenant_id'); if (!empty($tenantId)) { $context->setTenantId($tenantId); }