Fix for not starting app

This commit is contained in:
Mateusz Pieła 2021-04-27 00:10:29 +02:00
parent 73f3eb8178
commit d25a1c662d
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
const ROOT_DIR = __DIR__;
require ROOT_DIR . "/includes/core_autoload.php";
use \Includes\App;
use includes\app;
$app = new App();
$app->start();