1
0
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:
Owen Voke 2020-11-04 15:48:30 +00:00
parent ae91b1c350
commit f66bbc0cc7
No known key found for this signature in database
GPG Key ID: B6A92A86D7A46D64

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.