From db60346a8c288bdc780b78ec5350e3735d3ee0a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Pie=C5=82a?= Date: Tue, 27 Apr 2021 00:10:40 +0200 Subject: [PATCH] lowercase --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();