Skip to content

Commit f110687

Browse files
authored
Update CorsService.php
1 parent 0c39358 commit f110687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CorsService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function __construct(array $options)
2323
$this->options = $this->normalizeOptions($options);
2424
}
2525

26-
private function normalizeOptions(array $options): array
26+
private function normalizeOptions(array $options = []): array
2727
{
2828
$options += [
2929
'allowedOrigins' => [],

0 commit comments

Comments
 (0)