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