diff --git a/src/Contracts/TenantCouldNotBeIdentifiedException.php b/src/Contracts/TenantCouldNotBeIdentifiedException.php index 2f301c37..0066291f 100644 --- a/src/Contracts/TenantCouldNotBeIdentifiedException.php +++ b/src/Contracts/TenantCouldNotBeIdentifiedException.php @@ -20,7 +20,7 @@ abstract class TenantCouldNotBeIdentifiedException extends Exception implements /** Set the message. */ protected function tenantCouldNotBeIdentified(string $how): static { - $this->message = "Tenant could not be identified " . $how; + $this->message = 'Tenant could not be identified ' . $how; return $this; }