mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 22:54:03 +00:00
[v3] Rename tenant redirect macro (#389)
* [v3] Rename tenant redirect macro * update tests
This commit is contained in:
parent
5972364075
commit
60665517a0
3 changed files with 6 additions and 5 deletions
|
|
@ -8,11 +8,11 @@ use Illuminate\Http\RedirectResponse;
|
|||
use Stancl\Tenancy\Contracts\Feature;
|
||||
use Stancl\Tenancy\TenantManager;
|
||||
|
||||
class TenantRedirect implements Feature
|
||||
class CrossDomainRedirect implements Feature
|
||||
{
|
||||
public function bootstrap(TenantManager $tenantManager): void
|
||||
{
|
||||
RedirectResponse::macro('tenant', function (string $domain) {
|
||||
RedirectResponse::macro('domain', function (string $domain) {
|
||||
// replace first occurance of hostname fragment with $domain
|
||||
$url = $this->getTargetUrl();
|
||||
$hostname = parse_url($url, PHP_URL_HOST);
|
||||
Loading…
Add table
Add a link
Reference in a new issue