pull/713/merge
fadrian06 4 days ago committed by GitHub
commit eded4e837b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,7 +4,7 @@ declare(strict_types=1);
require_once __DIR__ . '/flight/autoload.php';
Flight::route('/', function () {
Flight::route('/', static function (): void {
echo 'hello world!';
});

Loading…
Cancel
Save