Autoload the string helper as well
This commit is contained in:
parent
4671055a52
commit
af58f924b1
1 changed files with 5 additions and 4 deletions
|
@ -70,7 +70,7 @@ $autoload['helper'] = [
|
||||||
'config',
|
'config',
|
||||||
'debug',
|
'debug',
|
||||||
'env',
|
'env',
|
||||||
'file',
|
'file',
|
||||||
'google_analytics',
|
'google_analytics',
|
||||||
'http',
|
'http',
|
||||||
'installation',
|
'installation',
|
||||||
|
@ -81,8 +81,9 @@ $autoload['helper'] = [
|
||||||
'render',
|
'render',
|
||||||
'session',
|
'session',
|
||||||
'setting',
|
'setting',
|
||||||
'url',
|
'string',
|
||||||
'validation',
|
'url',
|
||||||
|
'validation'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
@ -100,7 +101,7 @@ $autoload['helper'] = [
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$autoload['config'] = [
|
$autoload['config'] = [
|
||||||
'google',
|
'google',
|
||||||
'email'
|
'email'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue