Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #428 from samsonasik/patch-2
Browse files Browse the repository at this point in the history
add use_zend_loader = false in config/application.config.php
  • Loading branch information
weierophinney committed Nov 15, 2019
2 parents 075d526 + 87fb819 commit a66bbe4
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions config/application.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@

// These are various options for the listeners attached to the ModuleManager
'module_listener_options' => [
// This should be an array of paths in which modules reside.
// If a string key is provided, the listener will consider that a module
// namespace, the value of that key the specific path to that module's
// Module class.
'module_paths' => [
'./module',
'./vendor',
],


// use composer autoloader instead of zend-loader
'use_zend_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.
Expand Down

0 comments on commit a66bbe4

Please sign in to comment.