<?php
declare(strict_types=1);

include __DIR__ . '/autoload.php';

use Controller\LogoutController;

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