1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 12:04:47 +01:00
This commit is contained in:
Daniil Gentili 2024-01-20 19:16:59 +01:00
parent 6c6d257880
commit d7ff8dd2d7

View File

@ -2,6 +2,8 @@
chdir(__DIR__);
require 'vendor/autoload.php';
include 'src/Main.php';
(new Main())->run();