Renamed the component_helper.php file to html_helper.php

This commit is contained in:
alextselegidis 2021-11-15 08:53:24 +01:00
parent 4a29034418
commit b7c39e94a2
2 changed files with 1 additions and 1 deletions

View File

@ -67,12 +67,12 @@ $autoload['libraries'] = ['database', 'session'];
$autoload['helper'] = [ $autoload['helper'] = [
'asset', 'asset',
'component',
'config', 'config',
'debug', 'debug',
'env', 'env',
'file', 'file',
'google_analytics', 'google_analytics',
'html',
'http', 'http',
'installation', 'installation',
'language', 'language',