diff --git a/index.php b/index.php index cd1e388..362f3a4 100644 --- a/index.php +++ b/index.php @@ -16,5 +16,5 @@ require ROOT_DIR . "/includes/core_autoload.php"; use includes\app; -$app = new App(); +$app = new app(); $app->start();