refactor: remove redundant URL helper loading

This commit is contained in:
kenjis 2024-02-18 13:02:32 +09:00
parent 342dd3afab
commit b095128982
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -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();