diff --git a/config/module.config.php b/config/module.config.php deleted file mode 100644 index f7ff425..0000000 --- a/config/module.config.php +++ /dev/null @@ -1,19 +0,0 @@ - array( - // constant name => constant value - // from DOMPDF documentation - ), - */ - 'service_manager' => array( - 'shared' => array( - 'dompdf' => false, - ), - 'factories' => array( - 'dompdf' => 'dompdfmodule\Service\dompdfFactory', - ), - ), -);