Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Jun 28, 2024
1 parent 21e7618 commit d707aa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function getCurrentTenant(bool $refresh = false): TenantInterface

if ($this->previouslyFailed && !$refresh) {
// If it's already failed other attempts by other possible factors will fail too.
throw new NoTenantFoundException(sprintf('Previously Unable to find tenant for \'%s\'', $subdomain), $e->getCode(), $e);
throw new NoTenantFoundException(sprintf('Previously Unable to find tenant for \'%s\'', $subdomain));
}

try {
Expand Down

0 comments on commit d707aa1

Please sign in to comment.