From 308e41bbe1f76b5069900dc4130c886db68efdb5 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 6 Nov 2021 10:22:09 +0100 Subject: [PATCH] Autoload the new routes_helper.php file --- application/config/autoload.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/config/autoload.php b/application/config/autoload.php index 18746db4..66d9c9e7 100644 --- a/application/config/autoload.php +++ b/application/config/autoload.php @@ -79,6 +79,7 @@ $autoload['helper'] = [ 'path', 'permission', 'render', + 'routes', 'session', 'setting', 'string',