Skip to content

Commit 373d5ed

Browse files
authored
Update environments.rst
1 parent 613e5c4 commit 373d5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/environments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ The best way to accomplish this is via a new environment called, for example,
297297
$loader->import('config_prod.php')
298298
299299
$container->loadFromExtension('framework', array(
300-
'profiler' => array('only-exceptions' => false),
300+
'profiler' => array('only_exceptions' => false),
301301
));
302302
303303
.. include:: /components/dependency_injection/_imports-parameters-note.rst.inc

0 commit comments

Comments
 (0)