From b0951289824f958b9d330c8d22b00eebe6f7c99e Mon Sep 17 00:00:00 2001 From: kenjis Date: Sun, 18 Feb 2024 13:02:32 +0900 Subject: [PATCH] refactor: remove redundant URL helper loading --- system/Test/bootstrap.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/system/Test/bootstrap.php b/system/Test/bootstrap.php index 3e2d54fdb564..57196190f527 100644 --- a/system/Test/bootstrap.php +++ b/system/Test/bootstrap.php @@ -88,7 +88,4 @@ $env = new DotEnv(ROOTPATH); $env->load(); -// Always load the URL helper, it should be used in most of apps. -helper('url'); - Services::routes()->loadRoutes();