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