-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Zf3 #73
base: master
Are you sure you want to change the base?
Conversation
config/module.config.php
Outdated
'ViewPdfStrategy' => __NAMESPACE__ . '\Mvc\Service\ViewPdfStrategyFactory', | ||
'Dompdf' => Service\DompdfFactory::class, | ||
'ViewPdfRenderer' => Mvc\Service\ViewPdfRendererFactory::class, | ||
'ViewPdfStrategy' => Mvc\Service\ViewPdfRendererFactory::class |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@raykolbe This should read Mvc\Service\ViewPdfStrategyFactory::class rather than RendererFactory::class.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch.
Any update on this? It would be nice if this was finally usable via composer as 0.6.0. |
Change Profile
Description
Notable Breaking Changes
Reason
Ensure continued support of ZF framework.