Update changelog

This commit is contained in:
Alejandro Celaya
2025-07-16 08:37:38 +02:00
parent 3369afe22c
commit f5c6bc8204
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ class CorsOptionsTest extends TestCase
$expectedAllowOriginsHeader,
$options->responseWithAllowOrigin(
ServerRequestFactory::fromGlobals()->withHeader('Origin', 'https://example.com'),
new Response()
new Response(),
)->getHeaderLine('Access-Control-Allow-Origin'),
);
}