1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 21:54:03 +00:00

Get rid of TenantDatabaseDoesNotExist exception

This commit is contained in:
Samuel Štancl 2020-06-29 09:58:37 +02:00
parent 1e18dc3a74
commit fe52a3c4ea
6 changed files with 3 additions and 27 deletions

View file

@ -21,7 +21,7 @@ class TenantCouldNotBeIdentifiedOnDomainException extends TenantCouldNotBeIdenti
return BaseSolution::create('Tenant could not be identified on this domain')
->setSolutionDescription('Did you forget to create a tenant for this domain?')
->setDocumentationLinks([
'Creating Tenants' => 'https://tenancyforlaravel.com/docs/v2/creating-tenants/', // todo update link for v3
'Creating Tenants' => 'https://tenancyforlaravel.com/docs/v3/tenants/',
]);
}
}