Automatically load all the core helper files
This commit is contained in:
parent
a241e8b2a4
commit
2e9bf9d29d
1 changed files with 19 additions and 5 deletions
|
@ -66,12 +66,23 @@ $autoload['libraries'] = ['database', 'session'];
|
|||
*/
|
||||
|
||||
$autoload['helper'] = [
|
||||
'url',
|
||||
'file',
|
||||
'language',
|
||||
'asset',
|
||||
'config',
|
||||
'render'
|
||||
'debug',
|
||||
'env',
|
||||
'file',
|
||||
'google_analytics',
|
||||
'http',
|
||||
'installation',
|
||||
'language',
|
||||
'password',
|
||||
'path',
|
||||
'permission',
|
||||
'render',
|
||||
'session',
|
||||
'setting',
|
||||
'url',
|
||||
'validation',
|
||||
];
|
||||
|
||||
|
||||
|
@ -88,7 +99,10 @@ $autoload['helper'] = [
|
|||
|
|
||||
*/
|
||||
|
||||
$autoload['config'] = ['google', 'email'];
|
||||
$autoload['config'] = [
|
||||
'google',
|
||||
'email'
|
||||
];
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue