Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
2605f05e
Commit
2605f05e
authored
Feb 17, 2022
by
Antony Le Courtes
Browse files
Merge branch 'bug-cache-prod' into 'master'
Bug de génération du cache en mode 'prod' See merge request
!100
parents
2d4ffaa9
0a9ab11c
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/application.config.php
View file @
2605f05e
...
...
@@ -135,8 +135,8 @@ class AppConfig
'./vendor'
,
],
'cache_dir'
=>
'cache/'
,
'config_cache_enabled'
=>
(
'prod'
==
$env
),
'module_map_cache_enabled'
=>
(
'prod'
==
$env
),
'config_cache_enabled'
=>
(
'prod'
==
$env
&&
!
self
::
inConsole
()
),
'module_map_cache_enabled'
=>
(
'prod'
==
$env
&&
!
self
::
inConsole
()
),
],
];
}
...
...
@@ -166,4 +166,4 @@ class AppConfig
AppConfig
::
init
();
return
AppConfig
::
getGlobal
();
\ No newline at end of file
return
AppConfig
::
getGlobal
();
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment