mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
refactor: remove redundant URL helper loading
This commit is contained in:
parent
342dd3afab
commit
b095128982
@ -88,7 +88,4 @@ require_once SYSTEMPATH . 'Config/DotEnv.php';
|
||||
$env = new DotEnv(ROOTPATH);
|
||||
$env->load();
|
||||
|
||||
// Always load the URL helper, it should be used in most of apps.
|
||||
helper('url');
|
||||
|
||||
Services::routes()->loadRoutes();
|
||||
|
Loading…
x
Reference in New Issue
Block a user