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 325ed20 commit 5f956b2Copy full SHA for 5f956b2
src/DOMPDFModule/Service/DOMPDFFactory.php
@@ -100,8 +100,6 @@ public function createService(ServiceLocatorInterface $serviceLocator)
100
}
101
102
require_once DOMPDF_INC_DIR . '/functions.inc.php';
103
- require_once DOMPDF_LIB_DIR . '/html5lib/Parser.php';
104
- require_once DOMPDF_INC_DIR . '/autoload.inc.php';
105
require_once __DIR__ . '/../../../config/module.compat.php';
106
107
return new DOMPDF();
0 commit comments