Skip to content

Commit 45e3bb9

Browse files
committed
fix
1 parent 0462cd5 commit 45e3bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Change directory to project root
33
chdir(__DIR__ . '/../..');
44
// Use default autoload implementation
5-
require 'vendor/mindaphp/core/Loader.php';
5+
require 'vendor/mindaphp/core/src/Loader.php';
66
// Load the config parameters
77
require 'config/config.php';
88
// Debugview class

0 commit comments

Comments
 (0)