mirror of https://github.com/flightphp/core
6 lines
163 B
6 lines
163 B
![]()
1 year ago
|
<?php
|
||
|
|
||
|
$path = file_exists(__DIR__ . '/../vendor/autoload.php')
|
||
|
? __DIR__ . '/../vendor/autoload.php'
|
||
|
: __DIR__ . '/../flight/autoload.php';
|
||
|
require_once($path);
|