1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 14:44:05 +00:00

make comment block a complete block

This commit is contained in:
Samuel Štancl 2025-02-20 14:54:30 +01:00
parent c8eb4a0de5
commit fd902eadd5

View file

@ -151,10 +151,10 @@ class TenancyServiceProvider extends ServiceProvider
// ? $tenant->domain
// : $tenant->domains->first()->domain;
// $scheme = str($originalRootUrl)->before('://');
//
// // If you're using domain identification:
// return $scheme . '://' . $tenantDomain . '/';
//
// // If you're using subdomain identification:
// $originalDomain = str($originalRootUrl)->after($scheme . '://');
// return $scheme . '://' . $tenantDomain . '.' . $originalDomain . '/';