Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit fab3118

Browse files
committed
Add new factories to config provider
1 parent fd65be0 commit fab3118

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ConfigProvider.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
use Zend\Expressive\Template\TemplateRendererInterface;
1313
use Zend\View\HelperPluginManager;
14+
use Zend\View\Renderer\PhpRenderer;
1415

1516
class ConfigProvider
1617
{
@@ -30,6 +31,8 @@ public function getDependencies() : array
3031
],
3132
'factories' => [
3233
HelperPluginManager::class => HelperPluginManagerFactory::class,
34+
NamespacedPathStackResolver::class => NamespacedPathStackResolverFactory::class,
35+
PhpRenderer::class => PhpRendererFactory::class,
3336
ZendViewRenderer::class => ZendViewRendererFactory::class,
3437
],
3538
];

0 commit comments

Comments
 (0)