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 c99d3c7 commit 0a16891Copy full SHA for 0a16891
src/DOMPDFModule/Service/DOMPDFFactory.php
@@ -72,7 +72,7 @@ public function createService(ServiceLocatorInterface $serviceLocator)
72
$config = $config['dompdf_module'];
73
74
if (defined('DOMPDF_DIR') === false) {
75
- define("DOMPDF_DIR", __DIR__ . '/../../../../../vendor/dompdf/dompdf');
+ define("DOMPDF_DIR", __DIR__ . '/../../../../../dompdf/dompdf');
76
}
77
78
if (defined('DOMPDF_INC_DIR') === false) {
0 commit comments