Skip to content

Commit 0a16891

Browse files
committed
Fixing include path, again.
1 parent c99d3c7 commit 0a16891

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/dompdf');
75+
define("DOMPDF_DIR", __DIR__ . '/../../../../../dompdf/dompdf');
7676
}
7777

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

0 commit comments

Comments
 (0)