summaryrefslogtreecommitdiff
path: root/public/app/config/bootstrap.php
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-05-17 03:27:03 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-05-17 03:27:03 +0300
commitc870b0f4bb688d58575c700f523972bd5cf1be55 (patch)
tree0866cc8b7c6b48d0c8cb436b2148a44f7472383b /public/app/config/bootstrap.php
parentb49941608a8d37ca6bedf2529a703876530124d4 (diff)
downloadgyraf1gov-c870b0f4bb688d58575c700f523972bd5cf1be55.tar.gz
gyraf1gov-c870b0f4bb688d58575c700f523972bd5cf1be55.tar.bz2
gyraf1gov-c870b0f4bb688d58575c700f523972bd5cf1be55.zip
initializing framework refactoring completed
Diffstat (limited to 'public/app/config/bootstrap.php')
-rw-r--r--public/app/config/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
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';