<?php
declare(strict_types=1);

include __DIR__ . '/autoload.php';

use Controller\BookingOverviewController;

(new BookingOverviewController())->run()->send();