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 23b29ff commit e5594deCopy full SHA for e5594de
src/ConfigProvider.php
@@ -11,10 +11,6 @@
11
use Laminas\HttpHandlerRunner\Emitter\EmitterInterface;
12
use Nyholm\Psr7Server\ServerRequestCreatorInterface;
13
14
-/**
15
- * Class ConfigProvider
16
- * @package Bermuda\PSR7ServerFactory
17
- */
18
final class ConfigProvider extends \Bermuda\Config\ConfigProvider
19
{
20
protected function getFactories(): array
@@ -26,6 +22,13 @@ protected function getFactories(): array
26
22
}
27
23
28
24
protected function getInvokables(): array
25
+ {
+ return [
+ Psr17Factory::class => Psr17Factory::class
+ ];
29
+ }
30
+
31
+ protected function getAliases(): array
32
33
return [
34
UriFactoryInterface::class => Psr17Factory::class,
0 commit comments