mirror of
https://github.com/themsaid/ibis.git
synced 2025-04-21 22:02:28 +02:00
fix: update autoload path
This commit is contained in:
parent
ae91b1c350
commit
f66bbc0cc7
2
ibis
2
ibis
@ -7,7 +7,7 @@ use Ibis\Commands\SampleCommand;
|
||||
use Ibis\Commands\SortContentCommand;
|
||||
use Symfony\Component\Console\Application;
|
||||
|
||||
require __DIR__.'/vendor/autoload.php';
|
||||
require file_exists(__DIR__.'/vendor/autoload.php') ? __DIR__.'/vendor/autoload.php' : __DIR__.'/../../autoload.php';
|
||||
|
||||
/**
|
||||
* Start the console application.
|
||||
|
Loading…
x
Reference in New Issue
Block a user