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