1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-09 14:46:53 +02:00

refactor(bootstrap): code formating and refactoring

This commit is contained in:
Awilum
2020-12-02 13:53:34 +03:00
parent b965a50486
commit 82e4c95391

View File

@@ -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
*/