From c870b0f4bb688d58575c700f523972bd5cf1be55 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Wed, 17 May 2023 03:27:03 +0300 Subject: initializing framework refactoring completed --- public/app/config/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/app/config/bootstrap.php') diff --git a/public/app/config/bootstrap.php b/public/app/config/bootstrap.php index a51272e..4a482f9 100644 --- a/public/app/config/bootstrap.php +++ b/public/app/config/bootstrap.php @@ -19,7 +19,7 @@ * ----------------------------------------------------------------------------- */ -// setup error-handliing +// include error-handliing // ----------------------------------------------------------------------------- require_once APP_ROOT.'/core/helpers/error_handling.php'; -- cgit v1.2.3