Skip to content

Commit c99d3c7

Browse files
committed
Attempting to fix DOMPDF path.
1 parent b9e0b96 commit c99d3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DOMPDFModule/Service/DOMPDFFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function createService(ServiceLocatorInterface $serviceLocator)
7272
$config = $config['dompdf_module'];
7373

7474
if (defined('DOMPDF_DIR') === false) {
75-
define("DOMPDF_DIR", __DIR__ . '/../../../../vendor/dompdf');
75+
define("DOMPDF_DIR", __DIR__ . '/../../../../../vendor/dompdf/dompdf');
7676
}
7777

7878
if (defined('DOMPDF_INC_DIR') === false) {

0 commit comments

Comments
 (0)