index.php 112 B

1234567
  1. <?php
  2. declare(strict_types=1);
  3. require __DIR__ . '/../vendor/autoload.php';
  4. App\App\Bootstrap::run()->run();