no-framework-tutorial/implementation/16-data-repository/public/index.php

5 lines
75 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
require __DIR__ . '/../src/Bootstrap.php';