diff --git a/config/application.config.php b/config/application.config.php index bf8e4e8..812cf4b 100644 --- a/config/application.config.php +++ b/config/application.config.php @@ -14,9 +14,6 @@ // These are various options for the listeners attached to the ModuleManager 'module_listener_options' => [ - // use composer autoloader instead of laminas-loader - 'use_laminas_loader' => false, - // An array of paths from which to glob configuration files after // modules are loaded. These effectively override configuration // provided by modules themselves. Paths may use GLOB_BRACE notation.