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

Commit 87fb819

Browse files
authored
remove module_paths settings as using use_zend_loader = false
1 parent 4c737bb commit 87fb819

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

config/application.config.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@
1515
// use composer autoloader instead of zend-loader
1616
'use_zend_loader' => false,
1717

18-
// This should be an array of paths in which modules reside.
19-
// If a string key is provided, the listener will consider that a module
20-
// namespace, the value of that key the specific path to that module's
21-
// Module class.
22-
'module_paths' => [
23-
'./module',
24-
'./vendor',
25-
],
26-
2718
// An array of paths from which to glob configuration files after
2819
// modules are loaded. These effectively override configuration
2920
// provided by modules themselves. Paths may use GLOB_BRACE notation.

0 commit comments

Comments
 (0)