From af58f924b1f85d6b8837cbb5b5546e678f439bf5 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Thu, 28 Oct 2021 13:26:48 +0200 Subject: [PATCH] Autoload the string helper as well --- application/config/autoload.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/application/config/autoload.php b/application/config/autoload.php index fe3eb2e7..18746db4 100644 --- a/application/config/autoload.php +++ b/application/config/autoload.php @@ -70,7 +70,7 @@ $autoload['helper'] = [ 'config', 'debug', 'env', - 'file', + 'file', 'google_analytics', 'http', 'installation', @@ -81,8 +81,9 @@ $autoload['helper'] = [ 'render', 'session', 'setting', - 'url', - 'validation', + 'string', + 'url', + 'validation' ]; @@ -100,7 +101,7 @@ $autoload['helper'] = [ */ $autoload['config'] = [ - 'google', + 'google', 'email' ];