Update index.php

This commit is contained in:
Namhyeon Go 2019-03-07 11:09:43 +09:00 committed by GitHub
parent 3c5e7adba2
commit 7b9c4607f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ if(APP_DEVELOPMENT == true) {
$scope = array();
// define system modules
$load_systems = array("base", "storage", "config", "database", "security", "uri", "logger");
$load_systems = array("base", "storage", "config", "security", "database", "uri", "logger");
// load system modules
foreach($load_systems as $system_name) {