Skip to content
Snippets Groups Projects
Commit cfb09d21 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Ordre d'activation des modules : déplacement du module 'Application' à la fin.

parent 5802d5f5
No related branches found
No related tags found
1 merge request!1Master
<?php <?php
$modules = [ $modules = [
'Application',
'ZfcBase', 'DoctrineModule', 'DoctrineORMModule', 'ZfcUser', 'ZfcUserDoctrineORM', 'ZfcBase', 'DoctrineModule', 'DoctrineORMModule', 'ZfcUser', 'ZfcUserDoctrineORM',
'BjyAuthorize', 'AssetManager', 'BjyAuthorize', 'AssetManager',
'UnicaenApp', 'UnicaenAuth', 'UnicaenApp', 'UnicaenAuth',
'Application',
]; ];
$applicationEnv = getenv('APPLICATION_ENV') ?: 'production'; $applicationEnv = getenv('APPLICATION_ENV') ?: 'production';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment