Skip to content

Commit 7a198ec

Browse files
authored
Update CorsService.php
1 parent f110687 commit 7a198ec

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
@@ -18,7 +18,7 @@ class CorsService
1818
{
1919
private $options;
2020

21-
public function __construct(array $options)
21+
public function __construct(array $options = [])
2222
{
2323
$this->options = $this->normalizeOptions($options);
2424
}

0 commit comments

Comments
 (0)