summaryrefslogtreecommitdiff
path: root/scripts/run.php
blob: b17d3b45d580e3bb33a16dd953c36f54a9c08963 (plain)
1
2
3
4
5
6
7
<?php

require __DIR__.'/../src/bootstrap.php';

use App\Main;

$main = (new Main)->run();