Skip to content

Commit

Permalink
fix autoload in bin
Browse files Browse the repository at this point in the history
  • Loading branch information
leNEKO committed Apr 28, 2024
1 parent 003e457 commit 6c0053a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/json-flatten
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Leneko\Flattener;

require dirname(__DIR__, 1) . '/vendor/autoload.php';
include $_composer_autoload_path ?? dirname(__DIR__, 1) . '/vendor/autoload.php';

use Silly\Application;

Expand Down

0 comments on commit 6c0053a

Please sign in to comment.