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 f110687 commit 7a198ecCopy full SHA for 7a198ec
src/CorsService.php
@@ -18,7 +18,7 @@ class CorsService
18
{
19
private $options;
20
21
- public function __construct(array $options)
+ public function __construct(array $options = [])
22
23
$this->options = $this->normalizeOptions($options);
24
}
0 commit comments