diff --git a/src/Contracts/TenantUnwareFeature.php b/src/Contracts/TenantUnwareFeature.php new file mode 100644 index 00000000..498774c9 --- /dev/null +++ b/src/Contracts/TenantUnwareFeature.php @@ -0,0 +1,10 @@ +tenancy); - } - - public function bootstrap(Tenancy $tenancy): void + public function bootstrap(): void { RedirectResponse::macro('domain', function (string $domain) { /** @var RedirectResponse $this */