From 83b5dc7fd11b60bf1bb52646290b08c3b23d79cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Garrido=20Labrador?= Date: Sun, 21 Oct 2018 20:52:16 +0200 Subject: [PATCH] Debug false --- Source/src/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/src/app.php b/Source/src/app.php index 635830e..ea5d73a 100644 --- a/Source/src/app.php +++ b/Source/src/app.php @@ -19,7 +19,7 @@ $app = new Silex\Application(); use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; -$app['debug'] = true; +$app['debug'] = false; $app->register(new Silex\Provider\UrlGeneratorServiceProvider()); $app->register(new Silex\Provider\TwigServiceProvider(), array( 'twig.path' => __DIR__.'/../',