mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Autoload the string helper as well
This commit is contained in:
parent
4671055a52
commit
af58f924b1
1 changed files with 5 additions and 4 deletions
|
@ -81,8 +81,9 @@ $autoload['helper'] = [
|
||||||
'render',
|
'render',
|
||||||
'session',
|
'session',
|
||||||
'setting',
|
'setting',
|
||||||
|
'string',
|
||||||
'url',
|
'url',
|
||||||
'validation',
|
'validation'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue