Fix for not starting app
This commit is contained in:
parent
73f3eb8178
commit
d25a1c662d
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue