We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c39358 commit f110687Copy full SHA for f110687
src/CorsService.php
@@ -23,7 +23,7 @@ public function __construct(array $options)
23
$this->options = $this->normalizeOptions($options);
24
}
25
26
- private function normalizeOptions(array $options): array
+ private function normalizeOptions(array $options = []): array
27
{
28
$options += [
29
'allowedOrigins' => [],
0 commit comments