index.php 88 B

123456
  1. <?php
  2. declare(strict_types=1);
  3. $run = require __DIR__ . '/../config/run.php';
  4. $run();