Skip to content

Commit 5f956b2

Browse files
committed
Removed require_once calls that are now taken care of by Composer.
1 parent 325ed20 commit 5f956b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/DOMPDFModule/Service/DOMPDFFactory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ public function createService(ServiceLocatorInterface $serviceLocator)
100100
}
101101

102102
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';
105103
require_once __DIR__ . '/../../../config/module.compat.php';
106104

107105
return new DOMPDF();

0 commit comments

Comments
 (0)