Added support for load autoload from actual directory
This commit is contained in:
parent
a2db88ee38
commit
e63812141f
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ include('libraries/Routes.php');
|
||||||
|
|
||||||
if(is_file(__DIR__.'/vendor/autoload.php')) {
|
if(is_file(__DIR__.'/vendor/autoload.php')) {
|
||||||
|
|
||||||
include('vendor/autoload.php');
|
include(__DIR__.'/vendor/autoload.php');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue