From b7c39e94a295b547f9dedc7af4a8cd62bc7cd7b2 Mon Sep 17 00:00:00 2001 From: alextselegidis Date: Mon, 15 Nov 2021 08:53:24 +0100 Subject: [PATCH] Renamed the component_helper.php file to html_helper.php --- application/config/autoload.php | 2 +- application/helpers/{component_helper.php => html_helper.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename application/helpers/{component_helper.php => html_helper.php} (100%) diff --git a/application/config/autoload.php b/application/config/autoload.php index c06d08d0..2b19cbf1 100644 --- a/application/config/autoload.php +++ b/application/config/autoload.php @@ -67,12 +67,12 @@ $autoload['libraries'] = ['database', 'session']; $autoload['helper'] = [ 'asset', - 'component', 'config', 'debug', 'env', 'file', 'google_analytics', + 'html', 'http', 'installation', 'language', diff --git a/application/helpers/component_helper.php b/application/helpers/html_helper.php similarity index 100% rename from application/helpers/component_helper.php rename to application/helpers/html_helper.php