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 44ab414 commit 26c77ceCopy full SHA for 26c77ce
src/ServiceProvider/AggregateServiceProvider.php
@@ -61,7 +61,7 @@ public function getFactories(): array
61
return array_reduce(
62
$this->serviceProviders,
63
static fn ($factories, $serviceProvider) => array_merge($factories, $serviceProvider->getFactories()),
64
- [self::class => new ServiceFactory($this)]
+ [static::class => new ServiceFactory($this)]
65
);
66
}
67
0 commit comments