diff --git a/setup/index.php b/setup/index.php index 7412fdaa..aada0d19 100644 --- a/setup/index.php +++ b/setup/index.php @@ -11,7 +11,7 @@ require BASE_DIR.'/vendor/autoload.php'; // Boot Services App\Services\Boot::loadServices(); -Boot::checkRuntimeEnv(); +Config::checkPHPVersion(); Boot::loadDotEnv(BASE_DIR); Boot::registerErrorHandler(); Boot::startSession();