Skip to content
Snippets Groups Projects

Master

Closed Bertrand Gauthier requested to merge master into zf-3.x
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
<?php
$modules = [
'Application',
'ZfcBase', 'DoctrineModule', 'DoctrineORMModule', 'ZfcUser', 'ZfcUserDoctrineORM',
'BjyAuthorize', 'AssetManager',
'UnicaenApp', 'UnicaenAuth',
'Application',
];
if ( 'development' == getenv('APPLICATION_ENV') ?: 'production' ) {
$applicationEnv = getenv('APPLICATION_ENV') ?: 'production';
if ('development' === $applicationEnv) {
$modules[] = 'ZendDeveloperTools';
$modules[] = 'UnicaenCode';
}
Loading