From 92b7dd3335a6572debeacfb5faa82c63a5e67888 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 8 Jun 2018 20:03:25 +0200 Subject: Some minor fixes --- main/app/sprinkles/core/config/dev.php | 58 +++++++++++++++++----------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'main/app/sprinkles/core/config/dev.php') diff --git a/main/app/sprinkles/core/config/dev.php b/main/app/sprinkles/core/config/dev.php index 63aeeab..a4429ae 100644 --- a/main/app/sprinkles/core/config/dev.php +++ b/main/app/sprinkles/core/config/dev.php @@ -1,30 +1,30 @@ - [ - 'use_raw' => TRUE - ], - 'cache' => [ - 'twig' => FALSE - ], - 'debug' => [ - 'twig' => TRUE, - 'auth' => TRUE, - 'smtp' => TRUE - ], - // Slim settings - see http://www.slimframework.com/docs/objects/application.html#slim-default-settings - 'settings' => [ - 'displayErrorDetails' => TRUE - ], - 'site' => [ - 'debug' => [ - 'ajax' => TRUE, - 'info' => TRUE - ] - ] + [ + 'use_raw' => TRUE + ], + 'cache' => [ + 'twig' => FALSE + ], + 'debug' => [ + 'twig' => TRUE, + 'auth' => TRUE, + 'smtp' => TRUE + ], + // Slim settings - see http://www.slimframework.com/docs/objects/application.html#slim-default-settings + 'settings' => [ + 'displayErrorDetails' => TRUE + ], + 'site' => [ + 'debug' => [ + 'ajax' => TRUE, + 'info' => TRUE + ] + ] ]; \ No newline at end of file -- cgit v1.2.3