Automatically load all the core helper files

This commit is contained in:
Alex Tselegidis 2021-10-27 12:03:51 +02:00
parent a241e8b2a4
commit 2e9bf9d29d
1 changed files with 19 additions and 5 deletions

View File

@ -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'
];
/*