We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a279811 commit 9464c03Copy full SHA for 9464c03
1 file changed
bin/quickly
@@ -5,7 +5,7 @@ namespace Idrinth\Quickly\Commands;
5
6
use Idrinth\Quickly\CommandLineOutputs\Colorless;
7
8
-require (is_dir(__DIR__ . '/../vendor') ? __DIR__ . '/../vendor' : __DIR__ . '/../../../');
+require (is_dir(__DIR__ . '/../vendor') ? __DIR__ . '/../vendor' : __DIR__ . '/../../..').'/autoload.php';
9
10
$output = new Colorless();
11
0 commit comments