Renamed the component_helper.php file to html_helper.php
This commit is contained in:
parent
4a29034418
commit
b7c39e94a2
2 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue