Skip to content

Commit a4abab3

Browse files
committed
Fix autoloader
Fixes #33
1 parent 12eb435 commit a4abab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/functions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ function findAutoLoader()
88
{
99
$locations = [
1010
__DIR__ . '/../vendor/autoload.php',
11+
__DIR__ . '/../../../vendor/autoload.php',
1112
__DIR__ . '/../autoload.php'
1213
];
1314

0 commit comments

Comments
 (0)