inventur/public/index.php
2020-01-13 16:09:25 +01:00

7 lines
99 B
PHP

<?php
declare(strict_types=1);
$app = require_once __DIR__.'/../src/bootstrap.php';
$app->run();