Skip to content

Commit

Permalink
refactor: remove redundant URL helper loading
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 18, 2024
1 parent 342dd3a commit b095128
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions system/Test/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

0 comments on commit b095128

Please sign in to comment.