Le commit un peu tardif de l'api

This commit is contained in:
Fauvet Matthis
2024-06-27 10:07:19 +02:00
parent a0b5103978
commit 35a6e4266f
22 changed files with 4531 additions and 0 deletions

10
api/flight/autoload.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
use flight\core\Loader;
require_once __DIR__ . '/Flight.php';
require_once __DIR__ . '/core/Loader.php';
Loader::autoload(true, [dirname(__DIR__)]);