Try to fix composer install missing

This commit is contained in:
DeveloperMarius
2021-03-23 13:25:44 +01:00
parent 495cfba613
commit 824ee86652
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?php
require_once '../vendor/autoload.php';
require_once dirname(__DIR__) . '/vendor/autoload.php';
require_once 'TestRouter.php';