83d7096ee7
eb24cff886
@ -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!';
});