Skip to content

Commit e5594de

Browse files
authored
Update ConfigProvider.php
1 parent 23b29ff commit e5594de

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/ConfigProvider.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
use Laminas\HttpHandlerRunner\Emitter\EmitterInterface;
1212
use Nyholm\Psr7Server\ServerRequestCreatorInterface;
1313

14-
/**
15-
* Class ConfigProvider
16-
* @package Bermuda\PSR7ServerFactory
17-
*/
1814
final class ConfigProvider extends \Bermuda\Config\ConfigProvider
1915
{
2016
protected function getFactories(): array
@@ -26,6 +22,13 @@ protected function getFactories(): array
2622
}
2723

2824
protected function getInvokables(): array
25+
{
26+
return [
27+
Psr17Factory::class => Psr17Factory::class
28+
];
29+
}
30+
31+
protected function getAliases(): array
2932
{
3033
return [
3134
UriFactoryInterface::class => Psr17Factory::class,

0 commit comments

Comments
 (0)