From 1c3f45d1dca14cdb9e4bf8953b3e751d9ee2ce4b Mon Sep 17 00:00:00 2001 From: 1day2die Date: Tue, 29 Nov 2022 09:32:06 +0100 Subject: [PATCH] Update app.php --- config/app.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/config/app.php b/config/app.php index b8e0c270..19e226d8 100644 --- a/config/app.php +++ b/config/app.php @@ -1,10 +1,8 @@ '0.8.3.1', + 'version' => '0.8.3.2', /* |-------------------------------------------------------------------------- @@ -43,7 +41,7 @@ return [ | */ - 'debug' => (bool) env('APP_DEBUG', false), + 'debug' => (bool)env('APP_DEBUG', false), /* |-------------------------------------------------------------------------- @@ -85,7 +83,7 @@ return [ | */ - 'locale' =>"en", + 'locale' => "en", /* |-------------------------------------------------------------------------- @@ -98,7 +96,7 @@ return [ | */ - 'available_locales' => array_map('basename', preg_replace('/\\.[^.\\s]{3,4}$/', '', glob(resource_path()."/lang/*.json", GLOB_BRACE))), + 'available_locales' => array_map('basename', preg_replace('/\\.[^.\\s]{3,4}$/', '', glob(resource_path() . "/lang/*.json", GLOB_BRACE))), /*