diff --git a/assets/config.php b/assets/config.php index 3bd68b97..ec0c5642 100644 --- a/assets/config.php +++ b/assets/config.php @@ -286,7 +286,7 @@ return [ ], 'tenant_unaware_features' => [ - // Stancl\Tenancy\Features\CrossDomainRedirect::class, // https://tenancyforlaravel.com/docs/v3/features/cross-domain-redirect + Stancl\Tenancy\Features\CrossDomainRedirect::class, // https://tenancyforlaravel.com/docs/v3/features/cross-domain-redirect ], /** diff --git a/tests/Features/RedirectTest.php b/tests/Features/RedirectTest.php index 9dfcb1ca..71b1114b 100644 --- a/tests/Features/RedirectTest.php +++ b/tests/Features/RedirectTest.php @@ -50,4 +50,4 @@ test('redirect from central to tenant works fine', function () { pest()->get('/redirect') ->assertRedirect('http://abcd/foobar'); -})->skip('Incomplete'); +});