Skip to content

Commit 3d6c090

Browse files
committed
Changed Composer autoloader require to use dirname to refer to the parent folder instead of two dots
1 parent e7374b7 commit 3d6c090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* Composer
1111
*/
12-
require '../vendor/autoload.php';
12+
require dirname(__DIR__) . '/vendor/autoload.php';
1313

1414

1515
/**

0 commit comments

Comments
 (0)