Skip to content

Commit 22fd74d

Browse files
committed
really fix the path
1 parent 5ad4b49 commit 22fd74d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/phpcb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
* @since File available since 0.1.0
4848
*/
4949

50-
if (file_exists(__DIR__ . '/../../autoload.php')) {
51-
include_once __DIR__ . '/../../autoload.php';
50+
if (file_exists(__DIR__ . '/../../../autoload.php')) {
51+
include_once __DIR__ . '/../../../autoload.php';
5252
} else {
5353
include_once __DIR__ . '/../vendor/autoload.php';
5454
}

0 commit comments

Comments
 (0)