chandler/public/index.php
Ilya Bakhlin ff46d1f1e5 Remove PHP Configuration
Closes #5.
2021-12-28 20:20:51 +01:00

5 lines
107 B
PHP

<?php
declare(strict_types = 1);
$bootstrap = require("../chandler/Bootstrap.php");
$bootstrap->ignite();