Autoload the new component helper

This commit is contained in:
alextselegidis 2021-11-11 09:01:57 +01:00
parent 179e72bfb9
commit 2d681a774a
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ $autoload['libraries'] = ['database', 'session'];
$autoload['helper'] = [
'asset',
'component',
'config',
'debug',
'env',