diff --git a/application/config/autoload.php b/application/config/autoload.php index be9f2d2f..fe3eb2e7 100644 --- a/application/config/autoload.php +++ b/application/config/autoload.php @@ -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' +]; /*