From 82e4c95391675a6962e1bc1729d297fc10529353 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 2 Dec 2020 13:53:34 +0300 Subject: [PATCH] refactor(bootstrap): code formating and refactoring --- src/flextype/bootstrap.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/flextype/bootstrap.php b/src/flextype/bootstrap.php index d984236e..9c2b89a5 100755 --- a/src/flextype/bootstrap.php +++ b/src/flextype/bootstrap.php @@ -21,6 +21,7 @@ use Whoops\Util\Misc; use function date_default_timezone_set; use function error_reporting; use function file_exists; +use function flextype; use function function_exists; use function get_class; use function mb_internal_encoding; @@ -55,6 +56,7 @@ $flextype = Flextype::getInstance([ ], ]); + /** * Display Errors */