diff --git a/config/application.config.php b/config/application.config.php index 3632e76..3511311 100644 --- a/config/application.config.php +++ b/config/application.config.php @@ -12,9 +12,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.