Skip to content

Commit b095128

Browse files
committed
refactor: remove redundant URL helper loading
1 parent 342dd3a commit b095128

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

system/Test/bootstrap.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,4 @@
8888
$env = new DotEnv(ROOTPATH);
8989
$env->load();
9090

91-
// Always load the URL helper, it should be used in most of apps.
92-
helper('url');
93-
9491
Services::routes()->loadRoutes();

0 commit comments

Comments
 (0)