From 16584e60a84ca7cadec8225a08ad32b3c736d41c Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 9 Mar 2017 11:32:57 -0800 Subject: [PATCH] fixed an integer instead of a string --- recipes/symfony/framework-bundle/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/symfony/framework-bundle/manifest.json b/recipes/symfony/framework-bundle/manifest.json index 3c768b8e..65dca67d 100644 --- a/recipes/symfony/framework-bundle/manifest.json +++ b/recipes/symfony/framework-bundle/manifest.json @@ -13,7 +13,7 @@ }, "env": { "APP_ENV": "dev", - "APP_DEBUG": 1, + "APP_DEBUG": "1", "APP_SECRET": "Ju$tChang3it!" }, "makefile": [