no-framework-tutorial/implementation/14-middleware/public/index.php

5 lines
75 B
PHP
Raw Normal View History

2022-03-31 06:34:30 +00:00
<?php
declare(strict_types=1);
require __DIR__ . '/../src/Bootstrap.php';