9 lines
140 B
PHP
9 lines
140 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
use App\App;
|
|
|
|
require_once __DIR__ . '/../vendor/autoload.php';
|
|
|
|
new App('https://uuid.php.fail/')->run();
|