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

Update CrossDomainRedirect.php

This commit is contained in:
Abrar Ahmad 2022-11-25 15:36:55 +05:00
parent 399a78cf07
commit 9b788e59d0

View file

@ -10,11 +10,6 @@ use Stancl\Tenancy\Tenancy;
class CrossDomainRedirect implements Feature
{
public function __construct(
protected Tenancy $tenancy
) {
}
public function bootstrap(): void
{
RedirectResponse::macro('domain', function (string $domain) {