mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 19:34:04 +00:00
make comment block a complete block
This commit is contained in:
parent
c8eb4a0de5
commit
fd902eadd5
1 changed files with 2 additions and 2 deletions
|
|
@ -151,10 +151,10 @@ class TenancyServiceProvider extends ServiceProvider
|
||||||
// ? $tenant->domain
|
// ? $tenant->domain
|
||||||
// : $tenant->domains->first()->domain;
|
// : $tenant->domains->first()->domain;
|
||||||
// $scheme = str($originalRootUrl)->before('://');
|
// $scheme = str($originalRootUrl)->before('://');
|
||||||
|
//
|
||||||
// // If you're using domain identification:
|
// // If you're using domain identification:
|
||||||
// return $scheme . '://' . $tenantDomain . '/';
|
// return $scheme . '://' . $tenantDomain . '/';
|
||||||
|
//
|
||||||
// // If you're using subdomain identification:
|
// // If you're using subdomain identification:
|
||||||
// $originalDomain = str($originalRootUrl)->after($scheme . '://');
|
// $originalDomain = str($originalRootUrl)->after($scheme . '://');
|
||||||
// return $scheme . '://' . $tenantDomain . '.' . $originalDomain . '/';
|
// return $scheme . '://' . $tenantDomain . '.' . $originalDomain . '/';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue