mirror of https://github.com/flightphp/core
parent
0eac13f4fa
commit
8d6d0f08da
@ -1,6 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
$path = file_exists(__DIR__ . '/../vendor/autoload.php')
|
$path = file_exists(__DIR__ . '/../vendor/autoload.php')
|
||||||
? __DIR__ . '/../vendor/autoload.php'
|
? __DIR__ . '/../vendor/autoload.php'
|
||||||
: __DIR__ . '/../flight/autoload.php';
|
: __DIR__ . '/../flight/autoload.php';
|
||||||
|
|
||||||
require_once($path);
|
require_once($path);
|
||||||
|
Loading…
Reference in new issue