From da75f91fe738e470e39c9b16d19b4247faed00a6 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 18 Jun 2019 17:48:46 +0300 Subject: [PATCH] Flextype 0.9.1 --- flextype/bootstrap.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index 589c6ced..557dffb1 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.php @@ -21,7 +21,7 @@ use Flextype\Component\Filesystem\Filesystem; * * @var string */ -define('FLEXTYPE_VERSION', '0.9.0'); +define('FLEXTYPE_VERSION', '0.9.1'); // Start the session Session::start(); @@ -29,10 +29,10 @@ Session::start(); // Configure application $config = [ 'settings' => [ - 'debug' => false, + 'debug' => true, 'whoops.editor' => 'atom', 'whoops.page_title' => 'Error!', - 'displayErrorDetails' => false, + 'displayErrorDetails' => true, 'addContentLengthHeader' => true, 'addContentLengthHeader' => false, 'routerCacheFile' => false,