Revert wrong commited file (added in bfd4215b3 by JDA)

remotes/origin/master
Guillaume Lesniak 2016-09-28 09:08:53 +02:00
parent 1d026e9a34
commit 2706404f6e
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
<?php
return array(
'modules' => array(
'DoctrineModule',
'DoctrineORMModule',
'MonarcCore',
'MonarcBO',
),
'module_listener_options' => array(
'module_paths' => array(
'./module',
'./vendor'
),
'config_glob_paths' => array(
'config/autoload/{,*.}{global,local}.php'
)
),
);