xy 3 weeks ago
parent
commit
736b0ff0f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.php

+ 1 - 1
src/main.php

@@ -1,5 +1,5 @@
 <?php
-
+require_once __DIR__ . '/../vendor/autoload.php';
 use App\GameClient;
 class ProgramMain {
     private static ?GameClient $client = null;