Skip to content

Commit 6143b24

Browse files
authored
Update index.php
1 parent 3f7768e commit 6143b24

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<?php
2+
3+
use MintyPHP\Debugger;
4+
use MintyPHP\Session;
5+
use MintyPHP\Router;
6+
27
// Change directory to project root
38
chdir(__DIR__ . '/../..');
49
// Use default autoload implementation
5-
require 'vendor/mintyphp/core/src/Loader.php';
10+
require 'vendor/autoload.php';
611
// Load the config parameters
712
require 'config/config.php';
813
// Debugview class

0 commit comments

Comments
 (0)