We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9fc3f commit 72cacd5Copy full SHA for 72cacd5
1 file changed
src/Services/ChainService.php
@@ -22,7 +22,7 @@ public function __construct(
22
if ($services === []) {
23
throw new ValueError('List of services must be non-empty');
24
}
25
- $this->services = $services;
+ $this->services = array_values($services);
26
27
28
#[Override]
0 commit comments