Skip to content

Commit f6f39ef

Browse files
authored
Merge pull request #290 from koriym/multibinding
Add MultiBindings class to configuration in DI module
2 parents 04ddff9 + 941d25c commit f6f39ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/di/MultiBinding/MultiBindingModule.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class MultiBindingModule extends AbstractModule
1313
{
1414
protected function configure(): void
1515
{
16+
$this->bind(MultiBindings::class);
1617
$this->bind(ParamReaderInterface::class)->to(ParamReader::class)->in(Scope::SINGLETON);
1718
$this->bind(Map::class)->toProvider(MapProvider::class);
1819
}

0 commit comments

Comments
 (0)