We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04ddff9 + 941d25c commit f6f39efCopy full SHA for f6f39ef
src/di/MultiBinding/MultiBindingModule.php
@@ -13,6 +13,7 @@ class MultiBindingModule extends AbstractModule
13
{
14
protected function configure(): void
15
16
+ $this->bind(MultiBindings::class);
17
$this->bind(ParamReaderInterface::class)->to(ParamReader::class)->in(Scope::SINGLETON);
18
$this->bind(Map::class)->toProvider(MapProvider::class);
19
}
0 commit comments