diff --git a/public/index.php b/public/index.php index cc46f0a..b202bf4 100644 --- a/public/index.php +++ b/public/index.php @@ -15,6 +15,6 @@ error_reporting(E_ALL); $runtimeProcessPath = __DIR__ . '/../runtime/windows'; $processFiles = glob($runtimeProcessPath . '/start_*.php'); App::loadAllConfig(['route']); - +; App::run(); ?>