From 373d5ed474500dd63d28115636014e59378de465 Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Wed, 15 Mar 2017 20:57:05 +0000 Subject: [PATCH] Update environments.rst --- configuration/environments.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/environments.rst b/configuration/environments.rst index 0caf455acb4..e381040231c 100644 --- a/configuration/environments.rst +++ b/configuration/environments.rst @@ -297,7 +297,7 @@ The best way to accomplish this is via a new environment called, for example, $loader->import('config_prod.php') $container->loadFromExtension('framework', array( - 'profiler' => array('only-exceptions' => false), + 'profiler' => array('only_exceptions' => false), )); .. include:: /components/dependency_injection/_imports-parameters-note.rst.inc