Skip to content

Commit

Permalink
use correct tenant id
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Feb 17, 2024
1 parent 4c57982 commit f9065b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Filter/Tenant.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit f9065b8

Please sign in to comment.