Skip to content

Commit

Permalink
Fix autoloader path
Browse files Browse the repository at this point in the history
  • Loading branch information
angelej committed May 22, 2024
1 parent 6fcd155 commit caf08fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/insider
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php declare(strict_types=1);

require __DIR__ . '/../vendor/autoload.php';
require $_composer_autoload_path ?? __DIR__ . '/../vendor/autoload.php';

use Symfony\Component\Console\Application;
use Angelej\PhpInsider\Commands\AnalyseCommand;
Expand Down

0 comments on commit caf08fb

Please sign in to comment.