Skip to content

Commit

Permalink
fix(binary): fix wrong parent composer autoload directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuftaufiq committed Jun 9, 2022
1 parent 0656235 commit 62912b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ide-helper
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ switch (true) {
break;

default:
$autoload = __DIR__ . '/../../vendor/autoload.php';
$autoload = __DIR__ . '/../../../vendor/autoload.php';
break;
}

Expand Down

0 comments on commit 62912b0

Please sign in to comment.